Native cleanup, merge lime.ui.Mouse into Window
This commit is contained in:
31
project/include/ui/Cursor.h
Normal file
31
project/include/ui/Cursor.h
Normal file
@@ -0,0 +1,31 @@
|
||||
#ifndef LIME_UI_CURSOR_H
|
||||
#define LIME_UI_CURSOR_H
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
enum Cursor {
|
||||
|
||||
HIDDEN,
|
||||
ARROW,
|
||||
CROSSHAIR,
|
||||
DEFAULT,
|
||||
MOVE,
|
||||
POINTER,
|
||||
RESIZE_NESW,
|
||||
RESIZE_NS,
|
||||
RESIZE_NWSE,
|
||||
RESIZE_WE,
|
||||
TEXT,
|
||||
WAIT,
|
||||
WAIT_ARROW,
|
||||
CUSTOM
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user