mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 15:40:57 +00:00
![antoniou](/assets/img/avatar_default.png)
Also added various comments to document behavior. Minor JE_MULTI event (Fix concerned bad brackets code in the events.cpp for JE_MULTI (multiple fingers held down) ) fix and comments for mouse behavior Allow onHover to catch the mouse events instead of OnTrackBallEvent() Also the "system back" button is ignored for the Trackball too because we treat it as mouse in isMouse(e) check Add multitouch handler class. Handling and early filtering of multitouch events is moved in the new class.