InputManager: Support multiple mice via raw input
Only on Windows for now.
This commit is contained in:
@ -35,7 +35,7 @@ float GetWindowWidth();
|
||||
float GetWindowHeight();
|
||||
|
||||
/// Updates internal state when the window is size.
|
||||
void WindowResized();
|
||||
void WindowResized(float width, float height);
|
||||
|
||||
/// Updates scaling of the on-screen elements.
|
||||
void RequestScaleUpdate();
|
||||
|
||||
Reference in New Issue
Block a user