[ion] Fixed issue with backspace

This commit is contained in:
M4x1m3
2020-07-19 15:39:27 +02:00
parent 0086368b2c
commit 58a33e8190

View File

@@ -78,11 +78,12 @@ Event getEvent(int * timeout) {
if ( key == Keyboard::Key::Left
|| key == Keyboard::Key::Right
|| key == Keyboard::Key::Up
|| key == Keyboard::Key::Backspace
|| key == Keyboard::Key::Down) {
if (lock) {
lock = false;
alpha = false;
shift = false;
// shift = false;
}
}