mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 05:55:46 +01:00
write some TODO comments
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
#include "window.h"
|
||||
|
||||
// TODO: this'll likely be insufficient, due to no code delays being applied, or it registers *just* the keydown event
|
||||
__attribute__((const)) static int procscancode(SDL_Scancode code) {
|
||||
switch (code) {
|
||||
case SDL_SCANCODE_Q: return MOVRL;
|
||||
|
||||
Reference in New Issue
Block a user