- 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
-
- 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.
- 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 - 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.