14 years, 1 month ago
Highlights
14 years, 1 month ago
14 years, 1 month ago
So, I've been working on a bit of game code on and off and I had the simplest operations working nicely, those being image loading and blitting, as well as some keyboard inp…
14 years, 1 month ago
Well thank you very much for that tip on the SDL_EnableKeyRepeat. Here's that player::show() function. See anything strange? [source lang="cpp"]void Player::Show()…
14 years, 1 month ago
I have made it to where it only polls once and just passes the event along. However, the input still isn't continuous and in fact it has some weird effect where when one key…
14 years, 1 month ago
Latest Activity
See all in DiscussionsWell thank you very much for that tip on the SDL_EnableKeyRepeat. Here's that player::show() function. See anything strange? [source lang="cpp"]void …
14 years, 1 month ago
I have made it to where it only polls once and just passes the event along. However, the input still …
14 years, 1 month ago
Ah, well this is very strange. Polling the event inside the function or outside the function provides no differences and …
14 years, 1 month ago