12-21-2023, 01:01 AM
I did run your test program and have had the same result.
I found this code snippet in the help and ran it.
'_DeviceInput' never fired when touching the keyboard, only the mouse did.
I found this code snippet in the help and ran it.
Code: (Select All)
For i% = 1 To _Devices
Print Str$(i%) + ") " + _Device$(i%)
Print "Button:"; _LastButton(i%); ",Axis:"; _LastAxis(i%); ",Wheel:"; _LastWheel(i%)
Next i%
Print
Do
x% = _DeviceInput
If x% Then Print "Device ="; x%;
Loop Until InKey$ = Chr$(27)
End
'_DeviceInput' never fired when touching the keyboard, only the mouse did.
2D physics engine https://github.com/mechatronic3000/fzxNGN
Untitled Rouge-like https://github.com/mechatronic3000/Untitled-Rougelike
QB Pool https://github.com/mechatronic3000/QBPool
Untitled Rouge-like https://github.com/mechatronic3000/Untitled-Rougelike
QB Pool https://github.com/mechatronic3000/QBPool