mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
EVENTS: Apply backspace hack to keyrepeat too
svn-id: r52993
This commit is contained in:
parent
40e42f859f
commit
7f2dfd0f82
@ -169,6 +169,7 @@ bool DefaultEventManager::pollEvent(Common::Event &event) {
|
||||
// key pressed. A better fix would be for engines to stop
|
||||
// making invalid assumptions about ascii values.
|
||||
event.kbd.ascii = Common::KEYCODE_BACKSPACE;
|
||||
_currentKeyDown.ascii = Common::KEYCODE_BACKSPACE;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user