diff options
Diffstat (limited to 'engines/draci/mouse.cpp')
-rw-r--r-- | engines/draci/mouse.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/draci/mouse.cpp b/engines/draci/mouse.cpp index 1d251d24c3..14d1162fed 100644 --- a/engines/draci/mouse.cpp +++ b/engines/draci/mouse.cpp @@ -54,10 +54,10 @@ void Mouse::handleEvent(Common::Event event) { case Common::EVENT_LBUTTONUP: debugC(6, kDraciGeneralDebugLevel, "Left button up (x: %u y: %u)", _x, _y); - // Don't set _lButton to false, because some touchpads generate - // down and up at such a quick succession, that they will - // cancel each other in the same call of handleEvents(). Let - // the game clear this flag by calling lButtonSet() instead. + // Don't set _lButton to false, because some touchpads generate + // down and up at such a quick succession, that they will + // cancel each other in the same call of handleEvents(). Let + // the game clear this flag by calling lButtonSet() instead. break; case Common::EVENT_RBUTTONDOWN: |