Skip navigation links
A B C D E F G I L M N P R S U V X Y 

A

a - Variable in class com.github.strikerx3.jxinput.XInputButtons
 
addListener(XInputDeviceListener) - Method in class com.github.strikerx3.jxinput.XInputDevice
Adds an event listener that will react to changes in the input.

B

b - Variable in class com.github.strikerx3.jxinput.XInputButtons
 
back - Variable in class com.github.strikerx3.jxinput.XInputButtons
 
BATTERY_DEVTYPE_GAMEPAD - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
BATTERY_DEVTYPE_HEADSET - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
BATTERY_LEVEL_EMPTY - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
BATTERY_LEVEL_FULL - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
BATTERY_LEVEL_LOW - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
BATTERY_LEVEL_MEDIUM - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
BATTERY_TYPE_ALKALINE - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
BATTERY_TYPE_DISCONNECTED - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
BATTERY_TYPE_NIMH - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
BATTERY_TYPE_UNKNOWN - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
BATTERY_TYPE_WIRED - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
buttonChanged(XInputButton, boolean) - Method in class com.github.strikerx3.jxinput.listener.SimpleXInputDeviceListener
 
buttonChanged(XInputButton, boolean) - Method in interface com.github.strikerx3.jxinput.listener.XInputDeviceListener
Called when a button is pressed or released.

C

checkReturnCode(int) - Method in class com.github.strikerx3.jxinput.XInputDevice
 
checkReturnCode(int, int...) - Method in class com.github.strikerx3.jxinput.XInputDevice
 
com.github.strikerx3.jxinput - package com.github.strikerx3.jxinput
 
com.github.strikerx3.jxinput.enums - package com.github.strikerx3.jxinput.enums
 
com.github.strikerx3.jxinput.exceptions - package com.github.strikerx3.jxinput.exceptions
 
com.github.strikerx3.jxinput.listener - package com.github.strikerx3.jxinput.listener
 
com.github.strikerx3.jxinput.natives - package com.github.strikerx3.jxinput.natives
 
connected() - Method in class com.github.strikerx3.jxinput.listener.SimpleXInputDeviceListener
 
connected() - Method in interface com.github.strikerx3.jxinput.listener.XInputDeviceListener
Called when the device is connected.
copy(XInputAxes) - Method in class com.github.strikerx3.jxinput.XInputAxes
Copies the state of all axes from the specified state.
copy(XInputButtons) - Method in class com.github.strikerx3.jxinput.XInputButtons
Copies the state of all buttons from the specified state.
copy(XInputComponents) - Method in class com.github.strikerx3.jxinput.XInputComponents
Copies the values from the specified components.

D

disconnected() - Method in class com.github.strikerx3.jxinput.listener.SimpleXInputDeviceListener
 
disconnected() - Method in interface com.github.strikerx3.jxinput.listener.XInputDeviceListener
Called when the device is disconnected.
down - Variable in class com.github.strikerx3.jxinput.XInputButtons
 
dpad - Variable in class com.github.strikerx3.jxinput.XInputAxes
 
DPAD_CENTER - Static variable in class com.github.strikerx3.jxinput.XInputAxes
 
DPAD_DOWN - Static variable in class com.github.strikerx3.jxinput.XInputAxes
 
DPAD_DOWN_LEFT - Static variable in class com.github.strikerx3.jxinput.XInputAxes
 
DPAD_DOWN_RIGHT - Static variable in class com.github.strikerx3.jxinput.XInputAxes
 
DPAD_LEFT - Static variable in class com.github.strikerx3.jxinput.XInputAxes
 
DPAD_RIGHT - Static variable in class com.github.strikerx3.jxinput.XInputAxes
 
DPAD_UP - Static variable in class com.github.strikerx3.jxinput.XInputAxes
 
DPAD_UP_LEFT - Static variable in class com.github.strikerx3.jxinput.XInputAxes
 
DPAD_UP_RIGHT - Static variable in class com.github.strikerx3.jxinput.XInputAxes
 
dpadFromButtons(boolean, boolean, boolean, boolean) - Static method in class com.github.strikerx3.jxinput.XInputAxes
Returns an integer representing the current direction of the D-Pad.

E

ERROR_DEVICE_NOT_CONNECTED - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
ERROR_EMPTY - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
ERROR_SUCCESS - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 

F

fromNative(byte) - Static method in enum com.github.strikerx3.jxinput.enums.XInputBatteryLevel
Retrieves the appropriate enum value from the native value.
fromNative(byte) - Static method in enum com.github.strikerx3.jxinput.enums.XInputBatteryType
Retrieves the appropriate enum value from the native value.
fromNative(byte) - Static method in enum com.github.strikerx3.jxinput.enums.XInputDeviceSubType
Retrieves the appropriate enum value from the native value.
fromNative(byte) - Static method in enum com.github.strikerx3.jxinput.enums.XInputDeviceType
Retrieves the appropriate enum value from the native value.

G

get(XInputAxis) - Method in class com.github.strikerx3.jxinput.XInputAxes
Gets the value from the specified axis.
getAllDevices() - Static method in class com.github.strikerx3.jxinput.XInputDevice
Returns an array containing all registered XInput devices.
getAllDevices() - Static method in class com.github.strikerx3.jxinput.XInputDevice14
Returns an array containing all registered XInput devices.
getAxes() - Method in class com.github.strikerx3.jxinput.XInputComponents
Returns the XInput axis states.
getAxes() - Method in class com.github.strikerx3.jxinput.XInputComponentsDelta
Returns the delta of the axes.
getBatteryInformation(int, int, ByteBuffer) - Static method in class com.github.strikerx3.jxinput.natives.XInputNatives14
 
getBatteryInformation(XInputBatteryDeviceType) - Method in class com.github.strikerx3.jxinput.XInputDevice14
Retrieves the device's battery information.
getButtons() - Method in class com.github.strikerx3.jxinput.XInputComponents
Returns the XInput button states.
getButtons() - Method in class com.github.strikerx3.jxinput.XInputComponentsDelta
Returns the delta of the buttons.
getCapabilities(int, int, ByteBuffer) - Static method in class com.github.strikerx3.jxinput.natives.XInputNatives14
 
getCapabilities() - Method in class com.github.strikerx3.jxinput.XInputDevice14
Retrieves the capabilities of the device.
getComponents() - Method in class com.github.strikerx3.jxinput.XInputDevice
Returns the state of the XInput controller components at the last poll.
getDelta(XInputAxis) - Method in class com.github.strikerx3.jxinput.XInputAxesDelta
Returns the difference of the specified axis between two consecutive polls.
getDelta() - Method in class com.github.strikerx3.jxinput.XInputDevice
Returns the difference between the last two states of the XInput controller components.
getDeviceFor(int) - Static method in class com.github.strikerx3.jxinput.XInputDevice
Returns the XInput device for the specified player.
getDeviceFor(int) - Static method in class com.github.strikerx3.jxinput.XInputDevice14
Returns the XInput device for the specified player.
getDeviceTypeValue() - Method in enum com.github.strikerx3.jxinput.enums.XInputDeviceSubType
 
getDeviceTypeValue() - Method in enum com.github.strikerx3.jxinput.enums.XInputDeviceType
 
getGamepadCapabilities() - Method in class com.github.strikerx3.jxinput.XInputDevice14
Retrieves the capabilities of the gamepad.
getHidCode() - Method in class com.github.strikerx3.jxinput.XInputKeystroke
Retrieves the HID code.
getKeystroke(int, ByteBuffer) - Static method in class com.github.strikerx3.jxinput.natives.XInputNatives14
 
getKeystroke() - Method in class com.github.strikerx3.jxinput.XInputDevice14
Retrieves the next keystroke from this device, or null if there are no more keystrokes or the device is not connected.
getLastComponents() - Method in class com.github.strikerx3.jxinput.XInputDevice
Returns the state of the XInput controller components before the last poll.
getLeftMotorSpeed() - Method in class com.github.strikerx3.jxinput.XInputCapsResolutions
Retrieves the resolution of the left motor speed.
getLeftTrigger() - Method in class com.github.strikerx3.jxinput.XInputCapsResolutions
Retrieves the resolution of the left trigger.
getLevel() - Method in class com.github.strikerx3.jxinput.XInputBatteryInformation
 
getLibraryVersion() - Static method in class com.github.strikerx3.jxinput.XInputDevice
Retrieves the loaded XInput library version.
getLoadedLibVersion() - Static method in class com.github.strikerx3.jxinput.natives.XInputNatives
 
getLoadError() - Static method in class com.github.strikerx3.jxinput.natives.XInputNatives
Retrieves the exception thrown when attempting to load the native library.
getLoadError() - Static method in class com.github.strikerx3.jxinput.natives.XInputNatives14
Retrieves the exception thrown when attempting to load the native library.
getLTDelta() - Method in class com.github.strikerx3.jxinput.XInputAxesDelta
Returns the difference of the Left Trigger axis between two consecutive polls.
getLTRawDelta() - Method in class com.github.strikerx3.jxinput.XInputAxesDelta
Returns the difference of the raw value of the Left Trigger axis between two consecutive polls.
getLXDelta() - Method in class com.github.strikerx3.jxinput.XInputAxesDelta
Returns the difference of the Left Thumb X axis between two consecutive polls.
getLXRawDelta() - Method in class com.github.strikerx3.jxinput.XInputAxesDelta
Returns the difference of the raw value of the Left Thumb X axis between two consecutive polls.
getLYDelta() - Method in class com.github.strikerx3.jxinput.XInputAxesDelta
Returns the difference of the Left Thumb Y axis between two consecutive polls.
getLYRawDelta() - Method in class com.github.strikerx3.jxinput.XInputAxesDelta
Returns the difference of the raw value of the Left Thumb Y axis between two consecutive polls.
getPlayerNum() - Method in class com.github.strikerx3.jxinput.XInputDevice
Returns the player number that this device represents.
getRaw(XInputAxis) - Method in class com.github.strikerx3.jxinput.XInputAxes
Gets the raw value from the specified axis.
getRawDelta(XInputAxis) - Method in class com.github.strikerx3.jxinput.XInputAxesDelta
Returns the difference of the specified axis between two consecutive polls.
getResolutions() - Method in class com.github.strikerx3.jxinput.XInputCapabilities
Retrieves the resolutions of the proportional axes of the device.
getRightMotorSpeed() - Method in class com.github.strikerx3.jxinput.XInputCapsResolutions
Retrieves the resolution of the right motor speed.
getRightTrigger() - Method in class com.github.strikerx3.jxinput.XInputCapsResolutions
Retrieves the resolution of the right trigger.
getRTDelta() - Method in class com.github.strikerx3.jxinput.XInputAxesDelta
Returns the difference of the Right Trigger axis between two consecutive polls.
getRTRawDelta() - Method in class com.github.strikerx3.jxinput.XInputAxesDelta
Returns the difference of the raw value of the Right Trigger axis between two consecutive polls.
getRXDelta() - Method in class com.github.strikerx3.jxinput.XInputAxesDelta
Returns the difference of the Right Thumb X axis between two consecutive polls.
getRXRawDelta() - Method in class com.github.strikerx3.jxinput.XInputAxesDelta
Returns the difference of the raw value of the Right Thumb X axis between two consecutive polls.
getRYDelta() - Method in class com.github.strikerx3.jxinput.XInputAxesDelta
Returns the difference of the Right Thumb Y axis between two consecutive polls.
getRYRawDelta() - Method in class com.github.strikerx3.jxinput.XInputAxesDelta
Returns the difference of the raw value of the Right Thumb Y axis between two consecutive polls.
getSubType() - Method in class com.github.strikerx3.jxinput.XInputCapabilities
Retrieves the device subtype.
getSupportedButtons() - Method in class com.github.strikerx3.jxinput.XInputCapabilities
Retrieves the buttons supported by the device.
getThumbLX() - Method in class com.github.strikerx3.jxinput.XInputCapsResolutions
Retrieves the resolution of the left thumbstick's horizontal axis.
getThumbLY() - Method in class com.github.strikerx3.jxinput.XInputCapsResolutions
Retrieves the resolution of the left thumbstick's vertical axis.
getThumbRX() - Method in class com.github.strikerx3.jxinput.XInputCapsResolutions
Retrieves the resolution of the right thumbstick's horizontal axis.
getThumbRY() - Method in class com.github.strikerx3.jxinput.XInputCapsResolutions
Retrieves the resolution of the right thumbstick's vertical axis.
getType() - Method in class com.github.strikerx3.jxinput.XInputBatteryInformation
 
getType() - Method in class com.github.strikerx3.jxinput.XInputCapabilities
Retrieves the device type.
getUnicode() - Method in class com.github.strikerx3.jxinput.XInputKeystroke
Retrieves the Unicode character.
getUserIndex() - Method in class com.github.strikerx3.jxinput.XInputKeystroke
Retrieves the user index (a.k.a. player number).
getVirtualKey() - Method in class com.github.strikerx3.jxinput.XInputKeystroke
Retrieves the virtual key code.
guide - Variable in class com.github.strikerx3.jxinput.XInputButtons
 

I

isAvailable() - Static method in class com.github.strikerx3.jxinput.XInputDevice
Determines if the XInput devices are available on this platform.
isAvailable() - Static method in class com.github.strikerx3.jxinput.XInputDevice14
Determines if the XInput devices are available on this platform.
isConnected() - Method in class com.github.strikerx3.jxinput.XInputDevice
Returns a boolean indicating whether this device is connected.
isForceFeedbackSupported() - Method in class com.github.strikerx3.jxinput.XInputCapabilities
Determines whether this device supports Force Feedback.
isGuideButtonSupported() - Static method in class com.github.strikerx3.jxinput.natives.XInputNatives
 
isGuideButtonSupported() - Static method in class com.github.strikerx3.jxinput.XInputDevice
Determines if polling the Guide button is supported.
isKeyDown() - Method in class com.github.strikerx3.jxinput.XInputKeystroke
Determines whether this is a key down event.
isKeyUp() - Method in class com.github.strikerx3.jxinput.XInputKeystroke
Determines whether this is a key up event.
isLoaded() - Static method in class com.github.strikerx3.jxinput.natives.XInputNatives
Determines whether the native libraries were loaded successfully.
isLoaded() - Static method in class com.github.strikerx3.jxinput.natives.XInputNatives14
Determines whether the native libraries were loaded successfully.
isNoNavigation() - Method in class com.github.strikerx3.jxinput.XInputCapabilities
Determines whether this device has no navigation buttons (Start, Sack and the directional pad).
isPluginModulesSupported() - Method in class com.github.strikerx3.jxinput.XInputCapabilities
Determines whether this device supports plug-in modules.
isPressed(XInputButton) - Method in class com.github.strikerx3.jxinput.XInputButtonsDelta
Returns true if the button was pressed (i.e. changed from released to pressed between two consecutive polls).
isReleased(XInputButton) - Method in class com.github.strikerx3.jxinput.XInputButtonsDelta
Returns true if the button was released (i.e. changed from pressed to released between two consecutive polls).
isRepeat() - Method in class com.github.strikerx3.jxinput.XInputKeystroke
Determines whether this is a key repeat event.
isVoiceSupported() - Method in class com.github.strikerx3.jxinput.XInputCapabilities
Determines whether this device has an integrated voice device.
isWireless() - Method in class com.github.strikerx3.jxinput.XInputCapabilities
Determines whether this device is wireless.

L

left - Variable in class com.github.strikerx3.jxinput.XInputButtons
 
load(String, String) - Static method in class com.github.strikerx3.jxinput.natives.NativeLibraryHelper
Loads a native library using the system class loader.
load(String, String, ClassLoader) - Static method in class com.github.strikerx3.jxinput.natives.NativeLibraryHelper
Loads a native library using the given class loader.
lShoulder - Variable in class com.github.strikerx3.jxinput.XInputButtons
 
lt - Variable in class com.github.strikerx3.jxinput.XInputAxes
 
lThumb - Variable in class com.github.strikerx3.jxinput.XInputButtons
 
ltRaw - Variable in class com.github.strikerx3.jxinput.XInputAxes
 
lx - Variable in class com.github.strikerx3.jxinput.XInputAxes
 
lxRaw - Variable in class com.github.strikerx3.jxinput.XInputAxes
 
ly - Variable in class com.github.strikerx3.jxinput.XInputAxes
 
lyRaw - Variable in class com.github.strikerx3.jxinput.XInputAxes
 

M

MAX_PLAYERS - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 

N

NativeLibraryHelper - Class in com.github.strikerx3.jxinput.natives
Helper class to facilitate loading native libraries that are included in the .jar file.
newBuffer(int) - Static method in class com.github.strikerx3.jxinput.XInputDevice
Creates a new direct ByteBuffer to be used for communicating with the native library.

P

playerNum - Variable in class com.github.strikerx3.jxinput.XInputDevice
 
poll() - Method in class com.github.strikerx3.jxinput.XInputDevice
Reads input from the device and updates components.
pollDevice(int, ByteBuffer) - Static method in class com.github.strikerx3.jxinput.natives.XInputNatives
 

R

removeListener(XInputDeviceListener) - Method in class com.github.strikerx3.jxinput.XInputDevice
Removes a registered event listener
reset() - Method in class com.github.strikerx3.jxinput.XInputAxes
Resets the state of all axes.
reset() - Method in class com.github.strikerx3.jxinput.XInputButtons
Resets the state of all buttons.
reset() - Method in class com.github.strikerx3.jxinput.XInputComponents
Resets the components to their default values.
right - Variable in class com.github.strikerx3.jxinput.XInputButtons
 
rShoulder - Variable in class com.github.strikerx3.jxinput.XInputButtons
 
rt - Variable in class com.github.strikerx3.jxinput.XInputAxes
 
rThumb - Variable in class com.github.strikerx3.jxinput.XInputButtons
 
rtRaw - Variable in class com.github.strikerx3.jxinput.XInputAxes
 
rx - Variable in class com.github.strikerx3.jxinput.XInputAxes
 
rxRaw - Variable in class com.github.strikerx3.jxinput.XInputAxes
 
ry - Variable in class com.github.strikerx3.jxinput.XInputAxes
 
ryRaw - Variable in class com.github.strikerx3.jxinput.XInputAxes
 

S

setEnabled(boolean) - Static method in class com.github.strikerx3.jxinput.natives.XInputNatives14
 
setEnabled(boolean) - Static method in class com.github.strikerx3.jxinput.XInputDevice14
Enables or disables the reporting state of XInput.
setPreProcessData(boolean) - Static method in class com.github.strikerx3.jxinput.XInputDevice
Defines whether to perform additional precalculations to the data.
setVibration(int, int, int) - Static method in class com.github.strikerx3.jxinput.natives.XInputNatives
 
setVibration(int, int) - Method in class com.github.strikerx3.jxinput.XInputDevice
Sets the vibration of the controller.
SimpleXInputDeviceListener - Class in com.github.strikerx3.jxinput.listener
Provides empty implementations of all XInputDeviceListener methods for easier subclassing.
SimpleXInputDeviceListener() - Constructor for class com.github.strikerx3.jxinput.listener.SimpleXInputDeviceListener
 
start - Variable in class com.github.strikerx3.jxinput.XInputButtons
 

U

unknown - Variable in class com.github.strikerx3.jxinput.XInputButtons
 
up - Variable in class com.github.strikerx3.jxinput.XInputButtons
 

V

valueOf(String) - Static method in enum com.github.strikerx3.jxinput.enums.XInputAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.strikerx3.jxinput.enums.XInputBatteryDeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.strikerx3.jxinput.enums.XInputBatteryLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.strikerx3.jxinput.enums.XInputBatteryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.strikerx3.jxinput.enums.XInputButton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.strikerx3.jxinput.enums.XInputDeviceSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.strikerx3.jxinput.enums.XInputDeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.strikerx3.jxinput.XInputLibraryVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.strikerx3.jxinput.enums.XInputAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.strikerx3.jxinput.enums.XInputBatteryDeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.strikerx3.jxinput.enums.XInputBatteryLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.strikerx3.jxinput.enums.XInputBatteryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.strikerx3.jxinput.enums.XInputButton
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.strikerx3.jxinput.enums.XInputDeviceSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.strikerx3.jxinput.enums.XInputDeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.strikerx3.jxinput.XInputLibraryVersion
Returns an array containing the constants of this enum type, in the order they are declared.
VK_PAD_A - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_B - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_BACK - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_DPAD_DOWN - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_DPAD_LEFT - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_DPAD_RIGHT - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_DPAD_UP - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_LSHOULDER - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_LTHUMB_DOWN - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_LTHUMB_DOWNLEFT - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_LTHUMB_DOWNRIGHT - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_LTHUMB_LEFT - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_LTHUMB_PRESS - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_LTHUMB_RIGHT - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_LTHUMB_UP - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_LTHUMB_UPLEFT - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_LTHUMB_UPRIGHT - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_LTRIGGER - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_RSHOULDER - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_RTHUMB_DOWN - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_RTHUMB_DOWNLEFT - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_RTHUMB_DOWNRIGHT - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_RTHUMB_LEFT - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_RTHUMB_PRESS - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_RTHUMB_RIGHT - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_RTHUMB_UP - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_RTHUMB_UPLEFT - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_RTHUMB_UPRIGHT - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_RTRIGGER - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_START - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_X - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 
VK_PAD_Y - Static variable in class com.github.strikerx3.jxinput.natives.XInputVirtualKeyCodes
 

X

x - Variable in class com.github.strikerx3.jxinput.XInputButtons
 
XINPUT_CAPS_FFB_SUPPORTED - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_CAPS_NO_NAVIGATION - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_CAPS_PMD_SUPPORTED - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_CAPS_VOICE_SUPPORTED - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_CAPS_WIRELESS - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_DEVSUBTYPE_ARCADE_PAD - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_DEVSUBTYPE_ARCADE_STICK - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_DEVSUBTYPE_DANCE_PAD - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_DEVSUBTYPE_DRUM_KIT - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_DEVSUBTYPE_FLIGHT_STICK - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_DEVSUBTYPE_GAMEPAD - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_DEVSUBTYPE_GUITAR - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_DEVSUBTYPE_GUITAR_ALTERNATE - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_DEVSUBTYPE_GUITAR_BASS - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_DEVSUBTYPE_UNKNOWN - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_DEVSUBTYPE_WHEEL - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_DEVTYPE_GAMEPAD - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_FLAG_GAMEPAD - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_A - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_B - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_BACK - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_DPAD_DOWN - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_DPAD_LEFT - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_DPAD_RIGHT - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_DPAD_UP - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_GUIDE_BUTTON - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_LEFT_SHOULDER - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_LEFT_THUMB - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_RIGHT_SHOULDER - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_RIGHT_THUMB - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_START - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_UNKNOWN - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_X - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_GAMEPAD_Y - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_KEYSTROKE_KEYDOWN - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_KEYSTROKE_KEYUP - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XINPUT_KEYSTROKE_REPEAT - Static variable in class com.github.strikerx3.jxinput.natives.XInputConstants
 
XInputAxes - Class in com.github.strikerx3.jxinput
Contains the states of all XInput axes.
XInputAxes() - Constructor for class com.github.strikerx3.jxinput.XInputAxes
 
XInputAxesDelta - Class in com.github.strikerx3.jxinput
Represents the delta (change) of the axes between two successive polls.
XInputAxesDelta(XInputAxes, XInputAxes) - Constructor for class com.github.strikerx3.jxinput.XInputAxesDelta
 
XInputAxis - Enum in com.github.strikerx3.jxinput.enums
Enumerates all XInput axes.
XInputBatteryDeviceType - Enum in com.github.strikerx3.jxinput.enums
Enumerates all XInput device types for battery information retrieval.
XInputBatteryInformation - Class in com.github.strikerx3.jxinput
Contains information about the device's battery.
XInputBatteryLevel - Enum in com.github.strikerx3.jxinput.enums
Enumerates all XInput battery levels.
XInputBatteryType - Enum in com.github.strikerx3.jxinput.enums
Enumerates all XInput battery types.
XInputButton - Enum in com.github.strikerx3.jxinput.enums
Enumerates all XInput buttons.
XInputButtons - Class in com.github.strikerx3.jxinput
Contains the states of all XInput buttons.
XInputButtons() - Constructor for class com.github.strikerx3.jxinput.XInputButtons
 
XInputButtonsDelta - Class in com.github.strikerx3.jxinput
Represents the delta (change) of the buttons between two successive polls.
XInputButtonsDelta(XInputButtons, XInputButtons) - Constructor for class com.github.strikerx3.jxinput.XInputButtonsDelta
 
XInputCapabilities - Class in com.github.strikerx3.jxinput
Contains information about the device's capabilities.
XInputCapsResolutions - Class in com.github.strikerx3.jxinput
Contains the resolutions of the proportional axes of an XInput device.
XInputComponents - Class in com.github.strikerx3.jxinput
Contains all components for an XInput controller.
XInputComponents() - Constructor for class com.github.strikerx3.jxinput.XInputComponents
 
XInputComponentsDelta - Class in com.github.strikerx3.jxinput
Represents the delta (change) of states between two successive polls.
XInputComponentsDelta(XInputComponents, XInputComponents) - Constructor for class com.github.strikerx3.jxinput.XInputComponentsDelta
 
XInputConstants - Class in com.github.strikerx3.jxinput.natives
Contains constants used by the native library.
XInputDevice - Class in com.github.strikerx3.jxinput
Represents all XInput devices registered in the system.
XInputDevice(int) - Constructor for class com.github.strikerx3.jxinput.XInputDevice
 
XInputDevice14 - Class in com.github.strikerx3.jxinput
Provides extended functionality available on XInput 1.4.
XInputDevice14(int) - Constructor for class com.github.strikerx3.jxinput.XInputDevice14
 
XInputDeviceListener - Interface in com.github.strikerx3.jxinput.listener
Listens to all XInput events.
XInputDeviceSubType - Enum in com.github.strikerx3.jxinput.enums
Enumerates all XInput device subtypes.
XInputDeviceType - Enum in com.github.strikerx3.jxinput.enums
Enumerates all XInput device types.
XInputKeystroke - Class in com.github.strikerx3.jxinput
Represents a keystroke from an XInput device.
XInputLibraryVersion - Enum in com.github.strikerx3.jxinput
The version of the loaded DLL.
XInputNatives - Class in com.github.strikerx3.jxinput.natives
Native methods for XInput 1.3.
XInputNatives14 - Class in com.github.strikerx3.jxinput.natives
Native methods for XInput 1.4.
XInputNotLoadedException - Exception in com.github.strikerx3.jxinput.exceptions
 
XInputNotLoadedException(String, Throwable) - Constructor for exception com.github.strikerx3.jxinput.exceptions.XInputNotLoadedException
 
XInputVirtualKeyCodes - Class in com.github.strikerx3.jxinput.natives
Virtual key constants.

Y

y - Variable in class com.github.strikerx3.jxinput.XInputButtons
 
A B C D E F G I L M N P R S U V X Y 
Skip navigation links

Copyright © 2018. All rights reserved.