Skip to content

Raw input relative motion for Windows

Mikko Mustonen requested to merge github/fork/moiman100/windows-raw-input into master

This makes Windows use raw input when using MOUSE_MODE_CAPTURED.

When captured mouse position will always return center of the window and speed will return 0. I think this is okay, because they aren't really relevant when capturing mouse. Right?

Merge request reports