mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 08:57:40 +00:00
SDL_HINT_MOUSE_RELATIVE_SYSTEM_SCALE can be combined with SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE
This commit is contained in:
parent
95c1584386
commit
551510c0eb
2 changed files with 4 additions and 6 deletions
|
@ -2534,8 +2534,7 @@ extern "C" {
|
|||
* - "1": Relative mouse motion will be scaled using the system mouse
|
||||
* acceleration curve.
|
||||
*
|
||||
* If SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE is set, that will override the
|
||||
* system speed scale.
|
||||
* If SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE is set, that will apply before the system speed scale.
|
||||
*
|
||||
* This hint can be set anytime.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue