Changes between Initial Version and Version 1 of Ticket #14350, comment 8
- Timestamp:
- Sep 23, 2024, 3:46:18 PM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14350, comment 8
initial v1 7 7 https://github.com/scummvm/scummvm/blob/6c8c73a2452f1384a0428633a9043738f58e94a5/backends/platform/ios7/ios7_touch_controller.mm#L45 8 8 9 If I remove that from the code then Pencil movement is recognised again, at least for moving the cursor around screen. But actual presses aren't, and it looks specific events need to be added to handle Pencil taps on the screen, which is a bit beyond what I can figure out.9 If I remove that from the code then Pencil movement is recognised again, at least for moving the cursor around screen. But actual presses aren't, and it looks like specific events need to be added to handle Pencil taps on the screen, which is a bit beyond what I can figure out. 10 10 11 So in response to larsamannen comment ,it would be nice if basic "finger replacement" input could be restored as a starting point, so pressing or dragging the Pencil moves the cursor and tapping is like a left mouse button click.11 So in response to larsamannen comment above; it would be nice if basic "finger replacement" input could be restored as a starting point, so pressing or dragging the Pencil moves the cursor and tapping is like a left mouse button click. 12 12 13 13