|
FuncDoodle
|
Defines direction enum and context for selection movement actions. More...
Go to the source code of this file.
Classes | |
| struct | FuncDoodle::MoveSelectionActionContext |
| Context data required to perform a selection move action. More... | |
Namespaces | |
| namespace | FuncDoodle |
| The FuncDoodle C++ namespace. | |
Enumerations | |
| enum class | FuncDoodle::Direction { FuncDoodle::None = 0 , FuncDoodle::Left , FuncDoodle::Right , FuncDoodle::Up , FuncDoodle::Down } |
| Direction used for moving a selection. More... | |
Defines direction enum and context for selection movement actions.
This header provides the Direction enum used for moving selections and the MoveSelectionActionContext structure, which bundles all data required to execute a move-selection action within a project.