mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-18 14:51:30 +00:00
Add support for vertical scrolling
This commit is contained in:
@@ -129,6 +129,8 @@ int LiSendKeyboardEvent(short keyCode, char keyAction, char modifiers);
|
||||
int LiSendControllerEvent(short buttonFlags, char leftTrigger, char rightTrigger,
|
||||
short leftStickX, short leftStickY, short rightStickX, short rightStickY);
|
||||
|
||||
int LiSendScrollEvent(char scrollClicks);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user