fix InputBindBox
This commit is contained in:
parent
2e181259d7
commit
7c976a573b
@ -228,7 +228,7 @@ public:
|
|||||||
callbacks->second.notify();
|
callbacks->second.notify();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (pressed) {
|
if (pressed && key < MOUSE_KEYS_OFFSET) {
|
||||||
pressedKeys.push_back(static_cast<Keycode>(key));
|
pressedKeys.push_back(static_cast<Keycode>(key));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user