Fixed whitespace
This commit is contained in:
@@ -203,10 +203,10 @@ typedef Uint32 SDL_MouseButtonFlags;
|
|||||||
* \sa SDL_SetRelativeMouseTransform
|
* \sa SDL_SetRelativeMouseTransform
|
||||||
*/
|
*/
|
||||||
typedef void (SDLCALL *SDL_MouseMotionTransformCallback)(
|
typedef void (SDLCALL *SDL_MouseMotionTransformCallback)(
|
||||||
void *userdata,
|
void *userdata,
|
||||||
Uint64 timestamp,
|
Uint64 timestamp,
|
||||||
SDL_Window *window,
|
SDL_Window *window,
|
||||||
SDL_MouseID mouseID,
|
SDL_MouseID mouseID,
|
||||||
float *x, float *y
|
float *x, float *y
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user