Selaa lähdekoodia

Fixed whitespace

Sam Lantinga 1 viikko sitten
vanhempi
sitoutus
edb81cf84a
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      include/SDL3/SDL_mouse.h

+ 4 - 4
include/SDL3/SDL_mouse.h

@@ -203,10 +203,10 @@ typedef Uint32 SDL_MouseButtonFlags;
  * \sa SDL_SetRelativeMouseTransform
  */
 typedef void (SDLCALL *SDL_MouseMotionTransformCallback)(
-    void *userdata, 
-    Uint64 timestamp, 
-    SDL_Window *window, 
-    SDL_MouseID mouseID, 
+    void *userdata,
+    Uint64 timestamp,
+    SDL_Window *window,
+    SDL_MouseID mouseID,
     float *x, float *y
 );