source/src/events/SDL_mouse_c.h
@@ -90,6 +90,8 @@ float relative_speed_scale; float scale_accum_x; float scale_accum_y; Uint32 double_click_time; int double_click_radius; SDL_bool touch_mouse_events; /* Data for double-click tracking */ @@ -111,9 +113,6 @@ /* Get the mouse state structure */ SDL_Mouse *SDL_GetMouse(void); /* Set the default double-click interval */ extern void SDL_SetDoubleClickTime(Uint32 interval); /* Set the default mouse cursor */ extern void SDL_SetDefaultCursor(SDL_Cursor * cursor);