Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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

Possibly Related Threads…
Thread Author Replies Views Last Post
  Mix mode input of a binary open file Question! doppler 5 1,511 11-28-2024, 03:06 PM
Last Post: Petr
  What keyboard do you use for QB64 PE? vividpixel 14 2,832 06-28-2024, 11:02 PM
Last Post: SMcNeill
  3.13.1 bug report - keyboard characters swapped Circlotron 3 1,026 06-03-2024, 05:16 AM
Last Post: Circlotron
  I need input on a possible bug in v3.5.0 TerryRitchie 50 8,655 05-22-2024, 07:03 PM
Last Post: TerryRitchie
  Input routine dano 9 1,591 05-21-2024, 03:50 AM
Last Post: grymmjack

Forum Jump:


Users browsing this thread: 1 Guest(s)