mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 21:55:27 +00:00
Oops, really fixed typo.
svn-id: r41874
This commit is contained in:
parent
09313ccebb
commit
9911026816
@ -48,7 +48,7 @@ void Mouse::handleEvent(Common::Event event) {
|
|||||||
_lButton = true;
|
_lButton = true;
|
||||||
break;
|
break;
|
||||||
case Common::EVENT_LBUTTONUP:
|
case Common::EVENT_LBUTTONUP:
|
||||||
debugC(6, kDraciGeneralDebugLevel, "Left button down (x: %u y: %u)", _x, _y);
|
debugC(6, kDraciGeneralDebugLevel, "Left button up (x: %u y: %u)", _x, _y);
|
||||||
_lButton = false;
|
_lButton = false;
|
||||||
break;
|
break;
|
||||||
case Common::EVENT_RBUTTONDOWN:
|
case Common::EVENT_RBUTTONDOWN:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user