How fast is your OSes keyboard input?
#4
(08-09-2022, 04:54 PM)bplus Wrote: Yeah for keys only 30 is fine but add the mouse and you'll usually want the mouse polled more often.

But you generally handle mouse in its own loop, so it's not counted.


DO
   WHILE _MOUSEINPUT: WEND
   k = _KEYHIT
   ' process the input
   _LIMIT 30
LOOP
Reply


Messages In This Thread
RE: How fast is your OSes keyboard input? - by SMcNeill - 08-09-2022, 05:00 PM



Users browsing this thread: 1 Guest(s)