mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
BACKENDS: Correct spelling mistake
occured -> occurred
This commit is contained in:
parent
5c9461f03a
commit
a10cbd3199
@ -697,7 +697,7 @@ void OSystem_Android::pushEvent(int type, int arg1, int arg2, int arg3,
|
||||
|
||||
if (_touch_mode != TOUCH_MODE_TOUCHPAD) {
|
||||
// In this case the mouse move is done in "direct mode"
|
||||
// ie. the cursor jumps to where the tap occured
|
||||
// ie. the cursor jumps to where the tap occurred
|
||||
// so we don't have relMouse coordinates to set for the event
|
||||
_event_queue.push(e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user