Input Class Reference#include <platformInput.h>
List of all members.
Member Function Documentation
static void Input::init |
( |
|
) |
[static] |
static void Input::destroy |
( |
|
) |
[static] |
static bool Input::enable |
( |
|
) |
[static] |
static void Input::disable |
( |
|
) |
[static] |
static void Input::activate |
( |
|
) |
[static] |
static void Input::deactivate |
( |
|
) |
[static] |
static U16 Input::getKeyCode |
( |
U16 |
asciiCode |
) |
[static] |
static bool Input::isEnabled |
( |
|
) |
[static] |
static bool Input::isActive |
( |
|
) |
[static] |
static void Input::process |
( |
|
) |
[static] |
static U8 Input::getModifierKeys |
( |
|
) |
[inline, static] |
static void Input::setModifierKeys |
( |
U8 |
mod |
) |
[inline, static] |
Member Data Documentation
Global input routing JournaledSignal; post input events here for processing.
|