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