Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot 2025-01-12 16:07:12 +00:00
parent 551510c0eb
commit ea859fba3a

View file

@ -2534,7 +2534,8 @@ extern "C" {
* - "1": Relative mouse motion will be scaled using the system mouse * - "1": Relative mouse motion will be scaled using the system mouse
* acceleration curve. * acceleration curve.
* *
* If SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE is set, that will apply before 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. * This hint can be set anytime.
* *