Sync wiki -> header

This commit is contained in:
SDL Wiki Bot 2021-07-24 17:32:05 +00:00
parent d89f4b3ae4
commit 856c87fc2e
1 changed files with 4 additions and 4 deletions

View File

@ -150,8 +150,8 @@ extern DECLSPEC Uint32 SDLCALL SDL_GetRelativeMouseState(int *x, int *y);
* *
* This function generates a mouse motion event. * This function generates a mouse motion event.
* *
* Note that this function will appear to succeed, but not actually move * Note that this function will appear to succeed, but not actually move the
* the mouse when used over Microsoft Remote Desktop. * mouse when used over Microsoft Remote Desktop.
* *
* \param window the window to move the mouse into, or NULL for the current * \param window the window to move the mouse into, or NULL for the current
* mouse focus * mouse focus
@ -171,8 +171,8 @@ extern DECLSPEC void SDLCALL SDL_WarpMouseInWindow(SDL_Window * window,
* A failure of this function usually means that it is unsupported by a * A failure of this function usually means that it is unsupported by a
* platform. * platform.
* *
* Note that this function will appear to succeed, but not actually move * Note that this function will appear to succeed, but not actually move the
* the mouse when used over Microsoft Remote Desktop. * mouse when used over Microsoft Remote Desktop.
* *
* \param x the x coordinate * \param x the x coordinate
* \param y the y coordinate * \param y the y coordinate