public interface XInputDeviceListener
SimpleXInputDeviceListener class provides empty implementations of the methods in this interface
for easier subclassing.| Modifier and Type | Method and Description |
|---|---|
void |
buttonChanged(XInputButton button,
boolean pressed)
Called when a button is pressed or released.
|
void |
connected()
Called when the device is connected.
|
void |
disconnected()
Called when the device is disconnected.
|
void connected()
void disconnected()
void buttonChanged(XInputButton button, boolean pressed)
button - the buttonpressed - true if the button was pressed, false if released.Copyright © 2018. All rights reserved.