mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-13 19:26:02 +00:00
Fix large mouse input delay on GFE 3.14.0 and earlier. Fixes #68
This commit is contained in:
@@ -287,7 +287,8 @@ Session::Session(NvComputer* computer, NvApp& app)
|
||||
|
||||
void Session::initialize()
|
||||
{
|
||||
qDebug() << "Server GPU:" << m_Computer->gpuModel;
|
||||
qInfo() << "Server GPU:" << m_Computer->gpuModel;
|
||||
qInfo() << "Server GFE version:" << m_Computer->gfeVersion;
|
||||
|
||||
LiInitializeVideoCallbacks(&m_VideoCallbacks);
|
||||
m_VideoCallbacks.setup = drSetup;
|
||||
@@ -731,7 +732,7 @@ void Session::exec(int displayOriginX, int displayOriginY)
|
||||
|
||||
// Initialize the gamepad code with our preferences
|
||||
StreamingPreferences prefs;
|
||||
SdlInputHandler inputHandler(prefs);
|
||||
SdlInputHandler inputHandler(prefs, m_Computer);
|
||||
|
||||
// The UI should have ensured the old game was already quit
|
||||
// if we decide to stream a different game.
|
||||
|
||||
Reference in New Issue
Block a user