mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-02-16 02:21:07 +00:00
Add a touch event type for leaving hover
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user