mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
Whitespace
svn-id: r17683
This commit is contained in:
parent
90886d9506
commit
a420016970
@ -135,7 +135,7 @@ void util_processInput() {
|
||||
switch (event.type) {
|
||||
case OSystem::EVENT_MOUSEMOVE:
|
||||
_mouseX = event.mouse.x;
|
||||
_mouseY = event.mouse.y;
|
||||
_mouseY = event.mouse.y;
|
||||
break;
|
||||
case OSystem::EVENT_LBUTTONDOWN:
|
||||
_mouseButtons |= 1;
|
||||
|
Loading…
Reference in New Issue
Block a user