diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-05-09 21:16:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-05-09 21:17:31 +0300 |
commit | aab80ddc8f56d6a383182ce5c241e9d94ca27bab (patch) | |
tree | 9e81b97354b666820ab6e2bb9575dc1127a486a8 /src/keydata.h | |
parent | 0af9ff98876426c096d2b4b8a4f17172af92b8d0 (diff) | |
download | plus-aab80ddc8f56d6a383182ce5c241e9d94ca27bab.tar.gz plus-aab80ddc8f56d6a383182ce5c241e9d94ca27bab.tar.bz2 plus-aab80ddc8f56d6a383182ce5c241e9d94ca27bab.tar.xz plus-aab80ddc8f56d6a383182ce5c241e9d94ca27bab.zip |
Add ability to auto repeat some keys presses.
Diffstat (limited to 'src/keydata.h')
-rw-r--r-- | src/keydata.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keydata.h b/src/keydata.h index d9d584a6b..352f61f6a 100644 --- a/src/keydata.h +++ b/src/keydata.h @@ -53,7 +53,8 @@ namespace Input GRP_OUTFIT = 8, // outfit key GRP_GUI = 16, // gui key GRP_MOVETOPOINT = 32, // move to point key - GRP_GUICHAN = 64 // for guichan based controls + GRP_GUICHAN = 64, // for guichan based controls + GRP_REPEAT = 128 // repeat emulation keys }; /** |