mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 19:30:41 +00:00
OPENPANDORA: Fix copy/paste error
This commit is contained in:
parent
ff388009db
commit
e918a4b16f
@ -87,7 +87,7 @@ bool OPEventSource::handleMouseButtonDown(SDL_Event &ev, Common::Event &event) {
|
||||
|
||||
bool OPEventSource::handleMouseButtonUp(SDL_Event &ev, Common::Event &event) {
|
||||
if (ev.button.button != SDL_BUTTON_LEFT)
|
||||
return SdlEventSource::handleMouseButtonDown(ev, event);
|
||||
return SdlEventSource::handleMouseButtonUp(ev, event);
|
||||
|
||||
if (_buttonStateL == true) /* _buttonStateL = Left Trigger Held, force Right Click */
|
||||
event.type = Common::EVENT_RBUTTONUP;
|
||||
|
Loading…
Reference in New Issue
Block a user