summaryrefslogtreecommitdiffstats
path: root/src/common/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/key.h')
-rw-r--r--src/common/key.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/key.h b/src/common/key.h
index de31c09..1d03a47 100644
--- a/src/common/key.h
+++ b/src/common/key.h
@@ -29,6 +29,7 @@
// If need arises, it can be changed to custom function or anything else
#define KEY(x) SDLK_ ## x
+
// Key modifier defined as concatenation to KMOD_...
// If need arises, it can be changed to custom function or anything else
#define KEY_MOD(x) KMOD_ ## x