android.hardware.input.InputManager.InputDeviceListener |
Listens for changes in input devices.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called whenever an input device has been added to the system.
| |||||||||||
Called whenever the properties of an input device have changed since they
were last queried.
| |||||||||||
Called whenever an input device has been removed from the system.
|
Called whenever an input device has been added to the system.
Use getInputDevice(int)
to get more information about the device.
deviceId | The id of the input device that was added. |
---|
Called whenever the properties of an input device have changed since they
were last queried. Use getInputDevice(int)
to get
a fresh InputDevice
object with the new properties.
deviceId | The id of the input device that changed. |
---|
Called whenever an input device has been removed from the system.
deviceId | The id of the input device that was removed. |
---|