public final class InputManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputManager.InputDeviceListener |
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_QUERY_KEYBOARD_LAYOUTS |
static String |
META_DATA_KEYBOARD_LAYOUTS |
| Modifier and Type | Method and Description |
|---|---|
InputDevice |
getInputDevice(int id) |
int[] |
getInputDeviceIds() |
void |
registerInputDeviceListener(InputManager.InputDeviceListener listener,
Handler handler) |
void |
unregisterInputDeviceListener(InputManager.InputDeviceListener listener) |
public static final String ACTION_QUERY_KEYBOARD_LAYOUTS
public static final String META_DATA_KEYBOARD_LAYOUTS
public InputDevice getInputDevice(int id)
public int[] getInputDeviceIds()
public void registerInputDeviceListener(InputManager.InputDeviceListener listener, Handler handler)
public void unregisterInputDeviceListener(InputManager.InputDeviceListener listener)
Copyright © 2008-2013. All Rights Reserved.