Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Clearing mouse input
#3
What @RhoSigma said - you basically want to put the mouse clearing code inside your main loop right before you read the mouse input, like this:
Code: (Select All)
DO 'main program loop
    DO WHILE _MOUSEINPUT: LOOP
    'Access mouse data
    PRINT _MOUSEX; _MOUSEY
    'Do other stuff
    _LIMIT 30
LOOP
Reply


Messages In This Thread
Clearing mouse input - by PhilOfPerth - 06-01-2025, 01:09 AM
RE: Clearing mouse input - by RhoSigma - 06-01-2025, 10:48 AM
RE: Clearing mouse input - by madscijr - 06-01-2025, 12:08 PM
RE: Clearing mouse input - by bplus - 06-02-2025, 02:26 AM
RE: Clearing mouse input - by PhilOfPerth - 06-02-2025, 10:51 AM



Users browsing this thread: 1 Guest(s)