Merge pull request #385 from M4xi1m3/omega-dev-e14

[ion] Fixed issue with backspace
This commit is contained in:
Quentin
2020-07-19 16:01:08 +02:00
committed by GitHub

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;
}
}