diff options
Diffstat (limited to 'libs/ui/InputDevice.cpp')
| -rw-r--r-- | libs/ui/InputDevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ui/InputDevice.cpp b/libs/ui/InputDevice.cpp index 6014017239..b2a4d6c8fd 100644 --- a/libs/ui/InputDevice.cpp +++ b/libs/ui/InputDevice.cpp @@ -108,7 +108,7 @@ void InputDevice::TouchData::copyFrom(const TouchData& other) { // --- InputDevice::KeyboardState --- void InputDevice::KeyboardState::reset() { - current.metaState = META_NONE; + current.metaState = AMETA_NONE; current.downTime = 0; } |