Moved _cursor_state_ to other headerfile.
This commit is contained in:
parent
d88514229d
commit
7d3b122dd6
1 changed files with 0 additions and 7 deletions
|
@ -162,13 +162,6 @@ enum _mouse_buttons_ {
|
|||
MiddleAndRightButton= MiddleButton|RightButton,
|
||||
};
|
||||
|
||||
/// Cursor state
|
||||
enum _cursor_state_ {
|
||||
CursorStatePoint, /// normal cursor
|
||||
CursorStateSelect, /// select position
|
||||
CursorStateRectangle, /// rectangle selecting
|
||||
};
|
||||
|
||||
/// Where is our cursor ?
|
||||
enum _cursor_on_ {
|
||||
CursorOnUnknown = -1, /// not known
|
||||
|
|
Loading…
Add table
Reference in a new issue