[client,common] add FREERDP_TOUCH_CANCEL

* Add flag FREERDP_TOUCH_CANCEL
* Add function freerdp_handle_touch_cancel
This commit is contained in:
akallabeth
2026-01-25 07:55:37 +01:00
parent a8ca59e290
commit d4ae1a546f
2 changed files with 39 additions and 0 deletions

View File

@@ -264,6 +264,7 @@ extern "C"
FREERDP_TOUCH_DOWN = 0x01,
FREERDP_TOUCH_UP = 0x02,
FREERDP_TOUCH_MOTION = 0x04,
FREERDP_TOUCH_CANCEL = 0x08, /** @since version 3.22.0 */
FREERDP_TOUCH_HAS_PRESSURE = 0x100
} FreeRDPTouchEventType;