summaryrefslogtreecommitdiffstats
path: root/src/common/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/misc.h')
-rw-r--r--src/common/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/misc.h b/src/common/misc.h
index 66da478..235b7a3 100644
--- a/src/common/misc.h
+++ b/src/common/misc.h
@@ -22,7 +22,7 @@
#include <time.h>
-// TODO: to be removed
+// TODO: to be removed (replaced by TrackedKey enum and mouse states in app.h)
const int KS_PAGEUP = (1<<4);
const int KS_PAGEDOWN = (1<<5);
const int KS_SHIFT = (1<<6);