mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-07-01 23:35:58 +00:00
Enable high resolution scroll events on Sunshine
This commit is contained in:
parent
071e595766
commit
22adeb3902
@ -66,7 +66,9 @@ int initializeInputStream(void) {
|
||||
//
|
||||
// GFE 3.13.1.30 is not using NVVHCI for mouse/keyboard (and is confirmed unaffected)
|
||||
// GFE 3.15.0.164 seems to be the first release using NVVHCI for mouse/keyboard
|
||||
needsBatchedScroll = APP_VERSION_AT_LEAST(7, 1, 409);
|
||||
//
|
||||
// Sunshine also uses SendInput() so it's not affected either.
|
||||
needsBatchedScroll = APP_VERSION_AT_LEAST(7, 1, 409) && !IS_SUNSHINE();
|
||||
batchedScrollDelta = 0;
|
||||
|
||||
// Start with the virtual mouse centered
|
||||
|
Loading…
x
Reference in New Issue
Block a user