You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Set key to repeat if it's held down for two frames
62
+
//Note: Ideally this should be handled by WndProcKeyDown already, but in practice it doesn't seem to work. At least on my system the second keydown message can be delayed by 1-2 dozen frames
63
+
// That breaks KeyPressed(). Unsure if it's an issue with the system update code, my system, or maybe my keyboard
0 commit comments