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