[Scummvm-git-logs] scummvm master -> 98428af798eb56e787d70172d25db388e6d6ea20
bgK
bastien.bouclet at gmail.com
Thu Feb 27 06:59:23 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
98428af798 OPENPANDORA: Fix build
Commit: 98428af798eb56e787d70172d25db388e6d6ea20
https://github.com/scummvm/scummvm/commit/98428af798eb56e787d70172d25db388e6d6ea20
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2020-02-27T07:58:34+01:00
Commit Message:
OPENPANDORA: Fix build
Changed paths:
backends/events/openpandora/op-events.cpp
diff --git a/backends/events/openpandora/op-events.cpp b/backends/events/openpandora/op-events.cpp
index f0b3a40da2..bcc2bd8190 100644
--- a/backends/events/openpandora/op-events.cpp
+++ b/backends/events/openpandora/op-events.cpp
@@ -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;
More information about the Scummvm-git-logs
mailing list