From f8899f724ddcd5dee73a609fc3b9969918472419 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 25 Jun 2023 16:58:12 -0500 Subject: [PATCH] Add a touch event type for leaving hover --- src/Limelight.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Limelight.h b/src/Limelight.h index 6217023..bd20c4a 100644 --- a/src/Limelight.h +++ b/src/Limelight.h @@ -586,6 +586,7 @@ int LiSendMouseMoveAsMousePositionEvent(short deltaX, short deltaY, short refere #define LI_TOUCH_EVENT_MOVE 0x03 #define LI_TOUCH_EVENT_CANCEL 0x04 #define LI_TOUCH_EVENT_BUTTON_ONLY 0x05 +#define LI_TOUCH_EVENT_HOVER_LEAVE 0x06 int LiSendTouchEvent(uint8_t eventType, uint32_t pointerId, float x, float y, float pressure); // This function is similar to LiSendTouchEvent() but allows additional parameters relevant for pen