public class XInputComponents extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
XInputComponents() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copy(XInputComponents components)
Copies the values from the specified components.
|
XInputAxes |
getAxes()
Returns the XInput axis states.
|
XInputButtons |
getButtons()
Returns the XInput button states.
|
protected void |
reset()
Resets the components to their default values.
|
public XInputButtons getButtons()
public XInputAxes getAxes()
protected void reset()
protected void copy(XInputComponents components)
components - the components to copy the values fromCopyright © 2018. All rights reserved.