Home
last modified time | relevance | path

Searched defs:SDL_Cursor (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_mouse_c.h30 struct SDL_Cursor struct
32 struct SDL_Cursor *next; argument
46 SDL_Cursor *(*CreateCursor) (SDL_Surface * surface, int hot_x, int hot_y); argument
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_mouse.h41 typedef struct SDL_Cursor SDL_Cursor; /* Implementation dependent */ typedef