mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
@@ -2310,8 +2310,8 @@ extern "C" {
|
|||||||
* relative mouse mode.
|
* relative mouse mode.
|
||||||
*
|
*
|
||||||
* When this hint is set, the mouse cursor is hidden, and multiple warps to
|
* When this hint is set, the mouse cursor is hidden, and multiple warps to
|
||||||
* the window center occur within a short time period, SDL will emulate
|
* the window center occur within a short time period, SDL will emulate mouse
|
||||||
* mouse warps using relative mouse mode. This can provide smoother and more
|
* warps using relative mouse mode. This can provide smoother and more
|
||||||
* reliable mouse motion for some older games, which continuously calculate
|
* reliable mouse motion for some older games, which continuously calculate
|
||||||
* the distance travelled by the mouse pointer and warp it back to the center
|
* the distance travelled by the mouse pointer and warp it back to the center
|
||||||
* of the window, rather than using relative mouse motion.
|
* of the window, rather than using relative mouse motion.
|
||||||
|
Reference in New Issue
Block a user