| Package | Description |
|---|---|
| com.github.strikerx3.jxinput | |
| com.github.strikerx3.jxinput.enums |
| Modifier and Type | Method and Description |
|---|---|
float |
XInputAxes.get(XInputAxis axis)
Gets the value from the specified axis.
|
float |
XInputAxesDelta.getDelta(XInputAxis axis)
Returns the difference of the specified axis between two consecutive polls.
|
int |
XInputAxes.getRaw(XInputAxis axis)
Gets the raw value from the specified axis.
|
int |
XInputAxesDelta.getRawDelta(XInputAxis axis)
Returns the difference of the specified axis between two consecutive polls.
|
| Modifier and Type | Method and Description |
|---|---|
static XInputAxis |
XInputAxis.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XInputAxis[] |
XInputAxis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.