mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-17 05:39:53 +00:00
Replace version check with note for LiSendMousePosition()
This commit is contained in:
@@ -466,11 +466,6 @@ int LiSendMousePositionEvent(short x, short y, short referenceWidth, short refer
|
||||
return -2;
|
||||
}
|
||||
|
||||
// TODO: Figure out the exact version where this was added
|
||||
if (AppVersionQuad[0] < 7) {
|
||||
return -3;
|
||||
}
|
||||
|
||||
holder = malloc(sizeof(*holder));
|
||||
if (holder == NULL) {
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user