Browse Source

core: Add MOD_NONE to mods_bit enum

master
tmk 7 years ago
parent
commit
300628e5dc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      tmk_core/common/action_code.h

+ 1
- 0
tmk_core/common/action_code.h View File

@@ -200,6 +200,7 @@ typedef union {
* bit 4 +----- LR flag(Left:0, Right:1)
*/
enum mods_bit {
MOD_NONE = 0x00,
MOD_LCTL = 0x01,
MOD_LSFT = 0x02,
MOD_LALT = 0x04,

Loading…
Cancel
Save