Home
last modified time | relevance | path

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

/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Deditor.h210 bool canStartMovingSelectionPixels();
H A Dstandby_state.cpp287 if (layer && editor->canStartMovingSelectionPixels() && msg->left()) { in onMouseDown()
415 if (editor->canStartMovingSelectionPixels()) { in onSetCursor()
H A Deditor.cpp2000 bool Editor::canStartMovingSelectionPixels() in canStartMovingSelectionPixels() function in app::Editor