Procházet zdrojové kódy

Sync SDL wiki -> header

SDL Wiki Bot před 3 roky
rodič
revize
f35bbe0c3f
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      include/SDL_mouse.h

+ 3 - 1
include/SDL_mouse.h

@@ -154,7 +154,9 @@ extern DECLSPEC Uint32 SDLCALL SDL_GetRelativeMouseState(int *x, int *y);
 /**
  * Move the mouse cursor to the given position within the window.
  *
- * This function generates a mouse motion event if relative mode is not enabled. If relative mode is enabled, you can force mouse events for the warp by setting the SDL_HINT_MOUSE_RELATIVE_WARP_MOTION hint.
+ * This function generates a mouse motion event if relative mode is not
+ * enabled. If relative mode is enabled, you can force mouse events for the
+ * warp by setting the SDL_HINT_MOUSE_RELATIVE_WARP_MOTION hint.
  *
  * Note that this function will appear to succeed, but not actually move the
  * mouse when used over Microsoft Remote Desktop.