Changes between Version 1 and Version 2 of Ticket #12532, comment 7
- Timestamp:
- May 22, 2021, 7:35:00 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12532, comment 7
v1 v2 8 8 05-22 12:26:51.126 433 433 D ScummVM : onMouseEvent buttonState = 0 9 9 10 I'm uncertain what a "hover" really means in the world of touch inputs. If I hold my finger extremely close to the screen and move it around, I can create a stream of hover debug statements without ever triggering a touch event. I don't know why these are all being reported at coordinates (0, 0), but my device does seem to be picking up something legitimate. I also don't know why I would be getting hover inputs on the Contixo device but not the Pixel device.10 I'm uncertain what a "hover" really means in the world of touch inputs. If I hold my finger extremely softly against the screen and move it around, I can create a stream of hover debug statements without ever triggering a touch event. It's a delicate maneuver, because it doesn't take very much pressure to trigger a touch event while doing this. I don't know why these are all being reported at coordinates (0, 0), but my device does seem to be picking up something legitimate. I also don't know why I would be getting hover inputs on the Contixo device but not the Pixel device.