mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ion] Fixed issue with backspace
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user