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
The current means of registering keyboard input is to poll the SDL event pump for events, and registering a key if it is pressed. This also sets the "current key".
The current means of registering keyboard input is to poll the SDL event pump for events, and registering a key if it is pressed. This also sets the "current key".
The keyboard state is cleared every
n
iterations.This approach is very basic and does not lead to a very nice input experience. I'd like to have a more responsive means of registering key presses.
The text was updated successfully, but these errors were encountered: