public class XInputCapsResolutions extends Object
| Modifier and Type | Method and Description |
|---|---|
short |
getLeftMotorSpeed()
Retrieves the resolution of the left motor speed.
|
byte |
getLeftTrigger()
Retrieves the resolution of the left trigger.
|
short |
getRightMotorSpeed()
Retrieves the resolution of the right motor speed.
|
byte |
getRightTrigger()
Retrieves the resolution of the right trigger.
|
short |
getThumbLX()
Retrieves the resolution of the left thumbstick's horizontal axis.
|
short |
getThumbLY()
Retrieves the resolution of the left thumbstick's vertical axis.
|
short |
getThumbRX()
Retrieves the resolution of the right thumbstick's horizontal axis.
|
short |
getThumbRY()
Retrieves the resolution of the right thumbstick's vertical axis.
|
public byte getLeftTrigger()
public byte getRightTrigger()
public short getThumbLX()
public short getThumbLY()
public short getThumbRX()
public short getThumbRY()
public short getLeftMotorSpeed()
public short getRightMotorSpeed()
Copyright © 2018. All rights reserved.