diff options
| author | JMC47 <JMC4789@gmail.com> | 2020-09-26 00:36:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-26 00:36:16 -0400 |
| commit | c64d41d3e783441e4f0b34d4b70cc754ca610b15 (patch) | |
| tree | 99fc4c788520c1ca60fa0e58412ae1ef7353dbb3 /Source/Core/InputCommon/ControlReference/ExpressionParser.h | |
| parent | 57f14b260bf043b6c261ca284b6c45fa3a7932de (diff) | |
| parent | 431eb4d60d8a413ad9a4a72b1305f8090410a741 (diff) | |
Merge pull request #8428 from jordan-woyak/better-hotkeys
InputCommon: Add hotkey support to input expressions.
Diffstat (limited to 'Source/Core/InputCommon/ControlReference/ExpressionParser.h')
| -rw-r--r-- | Source/Core/InputCommon/ControlReference/ExpressionParser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControlReference/ExpressionParser.h b/Source/Core/InputCommon/ControlReference/ExpressionParser.h index c0d807bf17..a879528d4b 100644 --- a/Source/Core/InputCommon/ControlReference/ExpressionParser.h +++ b/Source/Core/InputCommon/ControlReference/ExpressionParser.h @@ -26,6 +26,7 @@ enum TokenType TOK_VARIABLE, TOK_BAREWORD, TOK_COMMENT, + TOK_HOTKEY, // Binary Ops: TOK_BINARY_OPS_BEGIN, TOK_AND = TOK_BINARY_OPS_BEGIN, |
