Quote from: cat on Thu 27/02/2025 09:44:14I'm not familiar with this and a quick google search didn't help me either. What does this do?
I did not express this clearly, it's not a device feature but an AGS feature.
This is how it's configured:
https://adventuregamestudio.github.io/ags-manual/DefaultSetup.html#touch
And in config file:
Quote[touch] - touch input options
- emul_mouse_mode = [string | integer] - touch-to-mouse emulation (whether touch input should emulate the mouse input and how):
-- off (0) - disabled;
-- one_finger (1) - one finger maps directly to left click;
-- two_fingers (2) - tap 1 finger for left click, hold 1st finger and tap 2nd for right click, double tap 1 finger for drag mode.
- emul_mouse_relative = [0; 1] - enable or disable relative emulated mouse movement.