- XInput - Interface in de.ralleytn.wrapper.microsoft.xinput
-
XInput Game Controller API enables applications to receive input from the Xbox 360 Controller for Windows.
- XINPUT_CAPS_FFB_SUPPORTED - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_CAPS_NO_NAVIGATION - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_CAPS_PMD_SUPPORTED - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_CAPS_VOICE_SUPPORTED - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_CAPS_WIRELESS - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_DEVSUBTYPE_ARCADE_PAD - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_DEVSUBTYPE_ARCADE_STICK - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_DEVSUBTYPE_DANCE_PAD - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_DEVSUBTYPE_DRUM_KIT - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_DEVSUBTYPE_FLIGHT_STICK - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_DEVSUBTYPE_GAMEPAD - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_DEVSUBTYPE_GUITAR - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_DEVSUBTYPE_GUITAR_ALTERNATE - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_DEVSUBTYPE_GUITAR_BASS - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_DEVSUBTYPE_UNKNOWN - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_DEVSUBTYPE_WHEEL - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_DEVTYPE_GAMEPAD - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_FLAG_GAMEPAD - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_A - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_B - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_BACK - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_DPAD_DOWN - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_DPAD_LEFT - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_DPAD_RIGHT - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_DPAD_UP - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_LEFT_SHOULDER - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_LEFT_THUMB - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_RIGHT_SHOULDER - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_RIGHT_THUMB - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_RIGHT_THUMB_DEADZONE - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_START - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_TRIGGER_THRESHOLD - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_X - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_GAMEPAD_Y - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_KEYSTROKE_KEYDOWN - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_KEYSTROKE_KEYUP - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XINPUT_KEYSTROKE_REPEAT - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XInputBatteryInformation - Class in de.ralleytn.wrapper.microsoft.xinput
-
Contains information on battery type and charge state.
- XInputBatteryInformation() - Constructor for class de.ralleytn.wrapper.microsoft.xinput.XInputBatteryInformation
-
- XInputCapabilities - Class in de.ralleytn.wrapper.microsoft.xinput
-
Describes the capabilities of a connected controller.
- XInputCapabilities() - Constructor for class de.ralleytn.wrapper.microsoft.xinput.XInputCapabilities
-
- XInputEnable(boolean) - Method in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
Sets the reporting state of XInput.
- XInputGamepad - Class in de.ralleytn.wrapper.microsoft.xinput
-
Describes the current state of the Xbox 360 Controller.
- XInputGamepad() - Constructor for class de.ralleytn.wrapper.microsoft.xinput.XInputGamepad
-
- XInputGetAudioDeviceIds(int, char[], LongByReference, char[], LongByReference) - Method in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
Retrieves the sound rendering and sound capture audio device IDs that are associated with the headset connected to the specified controller.
- XInputGetBatteryInformation(int, int, XInputBatteryInformation) - Method in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
Retrieves the battery type and charge status of a wireless controller.
- XInputGetCapabilities(int, int, XInputCapabilities) - Method in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
Retrieves the capabilities and features of a connected controller.
- XInputGetDSoundAudioDeviceGuids(int, char[], char[]) - Method in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XInputGetKeystroke(int, int, XInputKeystroke) - Method in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
Retrieves a gamepad input event.
- XInputGetState(int, XInputState) - Method in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
Retrieves the current state of the specified controller.
- XInputKeystroke - Class in de.ralleytn.wrapper.microsoft.xinput
-
- XInputKeystroke() - Constructor for class de.ralleytn.wrapper.microsoft.xinput.XInputKeystroke
-
- XInputSetState(int, XInputVibration) - Method in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
Sends data to a connected controller.
- XInputState - Class in de.ralleytn.wrapper.microsoft.xinput
-
Represents the state of a controller.
- XInputState() - Constructor for class de.ralleytn.wrapper.microsoft.xinput.XInputState
-
- XInputVibration - Class in de.ralleytn.wrapper.microsoft.xinput
-
specifies motor speed levels for the vibration function of a controller.
- XInputVibration() - Constructor for class de.ralleytn.wrapper.microsoft.xinput.XInputVibration
-
- XUSER_INDEX_ANY - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-
- XUSER_MAX_COUNT - Static variable in interface de.ralleytn.wrapper.microsoft.xinput.XInput
-