GameInputDevice

From Xojo Documentation

Module


Manages a specific game input device. Not supported on Linux.

Properties
Connected fa-lock-32.png Index fa-lock-32.png
ElementCount fa-lock-32.png Name fa-lock-32.png


Methods
Element

Notes

A GameInputDevice is a specialized input device used for gaming, such as a joystick. You can also read the keyboard and the standard mouse as GameInputDevices. The Device and DeviceCount properties of the GameInputManager class enable you to read the user’s GameInputDevices and the Name property of the GameInputDevice class gives you the name of each device.

Each of the device’s controls is a GameInputElement.

See Also

GameInputElement, GameInputManager classes.