diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2019-04-20 09:25:11 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2019-04-20 09:25:11 -0500 |
| commit | 8c1310d1d11352cc3385cde64def53e52186c531 (patch) | |
| tree | 1e6ca70bd9850955538bd8293dc7c0f4863b16aa /Source/Core/InputCommon/ControllerInterface/DInput/DInput.cpp | |
| parent | 4b1adab7856cb2dd28418a1d748a0e8cebf94a2f (diff) | |
ControllerInterface/DInput: Optimize cursor position updating.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/DInput/DInput.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/DInput/DInput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/DInput/DInput.cpp b/Source/Core/InputCommon/ControllerInterface/DInput/DInput.cpp index cb484cc6ca..847f4f8103 100644 --- a/Source/Core/InputCommon/ControllerInterface/DInput/DInput.cpp +++ b/Source/Core/InputCommon/ControllerInterface/DInput/DInput.cpp @@ -64,7 +64,7 @@ void PopulateDevices(HWND hwnd) return; } - InitKeyboardMouse(idi8); + InitKeyboardMouse(idi8, hwnd); InitJoystick(idi8, hwnd); idi8->Release(); |
