diff --git a/src/input/multitouch_device.cpp b/src/input/multitouch_device.cpp index 95317d369..779031bb3 100644 --- a/src/input/multitouch_device.cpp +++ b/src/input/multitouch_device.cpp @@ -266,7 +266,7 @@ void MultitouchDevice::updateDeviceState(unsigned int event_id) if (button == NULL) return false; return button->type >= BUTTON_FIRE && - button->type <= BUTTON_RESCUE; + button->type <= BUTTON_LOOK_BACKWARDS; }; const MultitouchEvent& event = m_events[event_id];