Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
~251 People Reached
Favorite Forums
Game Development x 1
1 Posted Topic
Re: Hello, No events were being processed because there were none in the Keystate array. According to the SDL documentation on [SDL_GetKeystate](http://www.libsdl.org/cgi/docwiki.cgi/SDL_GetKeyState) you need to call [SDL_PumpEvents](http://www.libsdl.org/cgi/docwiki.cgi/SDL_PumpEvents) to get a snap shot of which keys are being pressed. This function is implicitly called during [SDL_PollEvent](http://www.libsdl.org/cgi/docwiki.cgi/SDL_PollEvent), which is why it started working … |
The End.