Finally! q and e were so annoying.
I may eventually remove or reassign them to something else.
Maybe roll or menus or nothing at all or whatever.
Point is: don't get used to it (until I someday implement configuration).
You have been warned.
PS: Yeah, like anyone but me reads this anyway :D
so watch out, future me!
PPS: today I enjoyed reading lengthy commit messages from two years past
me, so go figure ^^
PPPS: I can't believe I amended this commit 4 times
...and only for its message
right = event.key.state == SDL_PRESSED;
break;
case SDLK_q:
+ case SDLK_SPACE:
up = event.key.state == SDL_PRESSED;
break;
case SDLK_e:
+ case SDLK_LSHIFT:
down = event.key.state == SDL_PRESSED;
break;
}