Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
can someone confirm this runs on their system?
#13
I did run your test program and have had the same result. 

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.
Reply


Messages In This Thread
RE: can someone confirm this runs on their system? - by justsomeguy - 12-21-2023, 01:01 AM



Users browsing this thread: 2 Guest(s)