This commit is contained in:
kalaposfos13 2025-01-17 21:43:27 +01:00
parent d621eb7222
commit 583d1701a5

View File

@ -10,7 +10,7 @@ namespace Input {
void ToggleMouseEnabled();
void SetMouseToJoystick(const int joystick);
void SetMouseParams(const float mouse_deadzone_offset, const float mouse_speed, const float mouse_speed_offset);
void SetMouseParams(const float mdo, const float ms, const float mso);
// Polls the mouse for changes, and simulates joystick movement from it.
Uint32 MousePolling(void* param, Uint32 id, Uint32 interval);