Home
last modified time | relevance | path

Searched refs:LockMove (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dlayer.h36 LockMove = 4, // Cannot be moved enumerator
46 BackgroundLayerFlags = LockMove | Background,
83 bool isMovable() const { return !hasFlags(LayerFlags::LockMove); } in isMovable()
95 void setMovable (bool state) { switchFlags(LayerFlags::LockMove, !state); } in setMovable()