android.hardware.input
Class InputManager
java.lang.Object
android.hardware.input.InputManager
public final class InputManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_QUERY_KEYBOARD_LAYOUTS
public static final String ACTION_QUERY_KEYBOARD_LAYOUTS
- See Also:
- Constant Field Values
META_DATA_KEYBOARD_LAYOUTS
public static final String META_DATA_KEYBOARD_LAYOUTS
- See Also:
- Constant Field Values
getInputDevice
public InputDevice getInputDevice(int id)
getInputDeviceIds
public int[] getInputDeviceIds()
registerInputDeviceListener
public void registerInputDeviceListener(InputManager.InputDeviceListener listener,
Handler handler)
unregisterInputDeviceListener
public void unregisterInputDeviceListener(InputManager.InputDeviceListener listener)
Copyright © 2008-2012. All Rights Reserved.