public class XInputAxesDelta extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
XInputAxesDelta(XInputAxes lastAxes,
XInputAxes axes) |
| Modifier and Type | Method and Description |
|---|---|
float |
getDelta(XInputAxis axis)
Returns the difference of the specified axis between two consecutive polls.
|
float |
getLTDelta()
Returns the difference of the Left Trigger axis between two consecutive polls.
|
int |
getLTRawDelta()
Returns the difference of the raw value of the Left Trigger axis between two consecutive polls.
|
float |
getLXDelta()
Returns the difference of the Left Thumb X axis between two consecutive polls.
|
int |
getLXRawDelta()
Returns the difference of the raw value of the Left Thumb X axis between two consecutive polls.
|
float |
getLYDelta()
Returns the difference of the Left Thumb Y axis between two consecutive polls.
|
int |
getLYRawDelta()
Returns the difference of the raw value of the Left Thumb Y axis between two consecutive polls.
|
int |
getRawDelta(XInputAxis axis)
Returns the difference of the specified axis between two consecutive polls.
|
float |
getRTDelta()
Returns the difference of the Right Trigger axis between two consecutive polls.
|
int |
getRTRawDelta()
Returns the difference of the raw value of the Right Trigger axis between two consecutive polls.
|
float |
getRXDelta()
Returns the difference of the Right Thumb X axis between two consecutive polls.
|
int |
getRXRawDelta()
Returns the difference of the raw value of the Right Thumb X axis between two consecutive polls.
|
float |
getRYDelta()
Returns the difference of the Right Thumb Y axis between two consecutive polls.
|
int |
getRYRawDelta()
Returns the difference of the raw value of the Right Thumb Y axis between two consecutive polls.
|
protected XInputAxesDelta(XInputAxes lastAxes, XInputAxes axes)
public float getLXDelta()
public float getLYDelta()
public float getRXDelta()
public float getRYDelta()
public float getLTDelta()
public float getRTDelta()
public int getLXRawDelta()
public int getLYRawDelta()
public int getRXRawDelta()
public int getRYRawDelta()
public int getLTRawDelta()
public int getRTRawDelta()
public float getDelta(XInputAxis axis)
axis - the axis the get the delta frompublic int getRawDelta(XInputAxis axis)
axis - the axis the get the delta fromCopyright © 2018. All rights reserved.