ValveSoftware / source-sdk-2013

The 2013 edition of the Source SDK
https://developer.valvesoftware.com/wiki/SDK2013_GettingStarted
Other
3.84k stars 2.02k forks source link

vgui::IInput::SetCursorPos doesn't work on Linux w/ raw mouse input #452

Open 4LT opened 6 years ago

4LT commented 6 years ago

vgui::IInput::SetCursorPos doesn't change the mouse position when m_rawinput is set on Linux. This has the effect of causing rapid/variable rotation speed of models and preventing the mouse from being re-positioned to its original location after the mouse button is released when using CBaseModelPanel .

FindTheBorealis commented 6 years ago

Could this be the source of this TF2 bug?