Moved _cursor_state_ to other headerfile.

This commit is contained in:
johns 2001-06-04 14:27:56 +00:00
parent d88514229d
commit 7d3b122dd6

View file

@ -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