mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 03:34:13 +00:00
OPENPANDORA: Fix build
This commit is contained in:
parent
bd1e2b8b87
commit
98428af798
@ -81,8 +81,6 @@ bool OPEventSource::handleMouseButtonDown(SDL_Event &ev, Common::Event &event) {
|
||||
event.type = Common::EVENT_MOUSEMOVE;
|
||||
else
|
||||
event.type = Common::EVENT_LBUTTONDOWN; /* For normal mice etc. */
|
||||
} else if (ev.button.button == SDL_BUTTON_RIGHT)
|
||||
event.type = Common::EVENT_RBUTTONDOWN;
|
||||
|
||||
// update KbdMouse
|
||||
_km.x = ev.button.x * MULTIPLIER;
|
||||
|
Loading…
Reference in New Issue
Block a user