GameInputElement.Device
From Xojo Documentation
Read-Only Property (As GameInputDevice )
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 device that owns this input element.
Example
This example displays the name of the device that owns the selected element.