22 #ifndef DARKSEED_CURSOR_H 23 #define DARKSEED_CURSOR_H 25 #include "common/rect.h" 26 #include "darkseed/nsp.h" 35 ConnectorEntrance = 92,
43 enum CursorType _currentCursorType = Pointer;
44 bool _hasLoadedCursor =
false;
48 void showCursor(
bool showCursor);
49 void setCursorType(
enum CursorType newType);
50 CursorType getCursorType()
const {
51 return _currentCursorType;
69 int getHeight()
const;
70 const Sprite &getSprite()
const;
71 const Sprite &getSpriteForType(CursorType cursorType)
const;
72 void updatePosition(int16 x, int16 y);
77 #endif // DARKSEED_CURSOR_H
int16 x
Definition: rect.h:46
int16 y
Definition: rect.h:47
Definition: adlib_worx.h:27