GameInputDevice.Index
From Xojo Documentation
Read-Only Property (As Integer )
This property is only available on macOS and Windows platforms. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this property on an incompatible platform. |
The index of this device in the GameInputManager.
Example
This example reports the number of the selected GameInputManager in a ListBox.