#include <platformInput.h>
| static bool activateKeyboard |
( |
| ) |
|
|
static |
| static void deactivate |
( |
| ) |
|
|
static |
| static void deactivateKeyboard |
( |
| ) |
|
|
static |
| static void disableJoystick |
( |
| ) |
|
|
static |
| static void disableKeyboard |
( |
| ) |
|
|
static |
| static void disableMouse |
( |
| ) |
|
|
static |
| static void echoInputState |
( |
| ) |
|
|
static |
| static bool enableJoystick |
( |
| ) |
|
|
static |
| static void enableKeyboard |
( |
| ) |
|
|
static |
| static void enableMouse |
( |
| ) |
|
|
static |
| static U16 getAscii |
( |
U16 |
keyCode, |
|
|
KEY_STATE |
keyState |
|
) |
| |
|
static |
| static S32 getDoubleClickHeight |
( |
| ) |
|
|
static |
| static U32 getDoubleClickTime |
( |
| ) |
|
|
static |
| static S32 getDoubleClickWidth |
( |
| ) |
|
|
static |
| static U16 getKeyCode |
( |
U16 |
asciiCode | ) |
|
|
static |
| static U8 getModifierKeys |
( |
| ) |
|
|
inlinestatic |
| static bool isEnabled |
( |
| ) |
|
|
static |
| static bool isKeyboardEnabled |
( |
| ) |
|
|
static |
| static bool isMouseEnabled |
( |
| ) |
|
|
static |
| static void popCursor |
( |
| ) |
|
|
static |
Pop the current cursor off of the Cursor Manager stack.
| static void pushCursor |
( |
S32 |
cursorID | ) |
|
|
static |
Push a cursor shape using the Cursor Manager.
| static void reactivate |
( |
| ) |
|
|
static |
| static void refreshCursor |
( |
| ) |
|
|
static |
Refresh the current cursor's shape.
| static void setCursorPos |
( |
S32 |
x, |
|
|
S32 |
y |
|
) |
| |
|
static |
| static void setCursorShape |
( |
U32 |
cursorID | ) |
|
|
static |
| static void setCursorState |
( |
bool |
on | ) |
|
|
static |
If True, turn on the platform's cursor.
| static void setModifierKeys |
( |
U8 |
mod | ) |
|
|
inlinestatic |
Cursor Manager Singleton.
| bool smLastJoystickActivated |
|
staticprotected |
| bool smLastKeyboardActivated |
|
staticprotected |
| bool smLastMouseActivated |
|
staticprotected |
Current Modifier Keys Pressed.
The documentation for this class was generated from the following files:
- platform/platformInput.h
- platform/CursorManager.cc