Add more mouse cursor types

This commit is contained in:
Joshua Granick
2014-12-29 13:41:13 -08:00
parent fe10d38dde
commit ed34459738
5 changed files with 171 additions and 25 deletions

View File

@@ -7,9 +7,18 @@ namespace lime {
enum MouseCursor {
DEFAULT,
POINTER,
TEXT,
ARROW,
CROSSHAIR,
DEFAULT,
MOVE,
POINTER,
RESIZE_NESW,
RESIZE_NS,
RESIZE_NWSE,
RESIZE_WE,
TEXT,
WAIT,
WAIT_ARROW,
CUSTOM
};