Finish touch input support
This commit is contained in:
parent
4a452a2467
commit
9fb0bffd61
3 changed files with 52 additions and 39 deletions
|
|
@ -750,7 +750,9 @@ void Session::exec(int displayOriginX, int displayOriginY)
|
|||
|
||||
// Initialize the gamepad code with our preferences
|
||||
StreamingPreferences prefs;
|
||||
SdlInputHandler inputHandler(prefs, m_Computer);
|
||||
SdlInputHandler inputHandler(prefs, m_Computer,
|
||||
m_StreamConfig.width,
|
||||
m_StreamConfig.height);
|
||||
|
||||
// The UI should have ensured the old game was already quit
|
||||
// if we decide to stream a different game.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue