|
void | init (Context context) |
|
void | reset (KeyProcessingListener listener) |
|
void | setKeyProcessingListener (KeyProcessingListener listener) |
|
boolean | processAndroidKeyEvent (KeyEvent event) |
|
void | processCustomKeyEvent (int keycode) |
|
void | sendAltF4 () |
|
int | getModifierState (int keycode) |
|
void | clearlAllModifiers () |
|
|
static final int | KEYBOARD_TYPE_FUNCTIONKEYS = 1 |
|
static final int | KEYBOARD_TYPE_NUMPAD = 2 |
|
static final int | KEYBOARD_TYPE_CURSOR = 3 |
|
static final int | KEYSTATE_ON = 1 |
|
static final int | KEYSTATE_LOCKED = 2 |
|
static final int | KEYSTATE_OFF = 3 |
|
Definition at line 18 of file KeyboardMapper.java.
The documentation for this class was generated from the following file: