|
enum | mouseDrawFlags {
REDCROSSHAIRS = 0x0001,
YELLOWCROSSHAIRS = 0x0002,
BLUECROSSHAIRS = 0x0004,
SPECIAL = 0x0008,
ADDITIVE_MODE0 = 0x0010,
ADDITIVE_MODE1 = 0x0020,
CUSTOM = 0x0040,
EXIT_UP = 0x0080,
EXIT_DOWN = 0x0100,
EXIT_LEFT = 0x0200,
EXIT_RIGHT = 0x0400,
ESPER_UP = 0x0800,
ESPER_DOWN = 0x1000,
ESPER_LEFT = 0x2000,
ESPER_RIGHT = 0x4000
} |
|
typedef enum BladeRunner::Mouse::mouseDrawFlags | MouseDrawFlags |
|
|
| Mouse (BladeRunnerEngine *vm) |
|
void | setCursor (int cursor) |
|
void | getXY (int *x, int *y) const |
|
void | setMouseJitterUp () |
|
void | setMouseJitterDown () |
|
void | disable () |
|
void | enable (bool force=false) |
|
bool | isDisabled () const |
|
void | draw (Graphics::Surface &surface, int x, int y) |
|
void | updateCursorFrame () |
|
void | tick (int x, int y) |
|
bool | isRandomized () const |
|
bool | isInactive () const |
|
Vector3 | getXYZ (int x, int y) const |
|
The documentation for this class was generated from the following file: