mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 00:42:48 +00:00
clang
This commit is contained in:
parent
d621eb7222
commit
583d1701a5
@ -10,7 +10,7 @@ namespace Input {
|
|||||||
|
|
||||||
void ToggleMouseEnabled();
|
void ToggleMouseEnabled();
|
||||||
void SetMouseToJoystick(const int joystick);
|
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.
|
// Polls the mouse for changes, and simulates joystick movement from it.
|
||||||
Uint32 MousePolling(void* param, Uint32 id, Uint32 interval);
|
Uint32 MousePolling(void* param, Uint32 id, Uint32 interval);
|
||||||
|
Loading…
Reference in New Issue
Block a user