public class XInputButtons extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
a |
boolean |
b |
boolean |
back |
boolean |
down |
boolean |
guide |
boolean |
left |
boolean |
lShoulder |
boolean |
lThumb |
boolean |
right |
boolean |
rShoulder |
boolean |
rThumb |
boolean |
start |
boolean |
unknown |
boolean |
up |
boolean |
x |
boolean |
y |
| Modifier | Constructor and Description |
|---|---|
protected |
XInputButtons() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copy(XInputButtons buttons)
Copies the state of all buttons from the specified state.
|
protected void |
reset()
Resets the state of all buttons.
|
public boolean a
public boolean b
public boolean x
public boolean y
public boolean back
public boolean start
public boolean lShoulder
public boolean rShoulder
public boolean lThumb
public boolean rThumb
public boolean up
public boolean down
public boolean left
public boolean right
public boolean guide
public boolean unknown
protected void reset()
protected void copy(XInputButtons buttons)
buttons - the state to copy fromCopyright © 2018. All rights reserved.