22 #ifndef ZVISION_CURSOR_MANAGER_H 23 #define ZVISION_CURSOR_MANAGER_H 25 #include "zvision/graphics/cursors/cursor.h" 27 #include "common/str.h" 41 CursorIndex_Active = 0,
42 CursorIndex_DownArr = 3,
43 CursorIndex_HandPu = 6,
44 CursorIndex_Idle = 11,
45 CursorIndex_Left = 12,
46 CursorIndex_Right = 13,
47 CursorIndex_UpArr = 17,
48 CursorIndex_ItemIdle = 18,
49 CursorIndex_ItemAct = 19
63 static const int NUM_CURSORS = 18;
75 static const char *_cursorNames[];
76 static const char *_zgiCursorFileNames[];
77 static const char *_zNemCursorFileNames[];
89 void changeCursor(
int id);
106 void setItemID(
int id);
113 void cursorDown(
bool pushed);
120 void showMouse(
bool vis);
CursorIndex
Definition: cursor_manager.h:40
Definition: formatinfo.h:28
Definition: cursor_manager.h:58