Searched refs:CreateSystemCursor (Results 1 – 9 of 9) sorted by relevance
211 mouse->CreateSystemCursor = Emscripten_CreateSystemCursor; in Emscripten_InitMouse()229 mouse->CreateSystemCursor = NULL; in Emscripten_FiniMouse()
267 mouse->CreateSystemCursor = MIR_CreateSystemCursor; in MIR_InitMouse()285 mouse->CreateSystemCursor = NULL; in MIR_FiniMouse()
383 mouse->CreateSystemCursor = Wayland_CreateSystemCursor; in Wayland_InitMouse()412 mouse->CreateSystemCursor = NULL; in Wayland_FiniMouse()
49 SDL_Cursor *(*CreateSystemCursor) (SDL_SystemCursor id); member
764 if (!mouse->CreateSystemCursor) {769 cursor = mouse->CreateSystemCursor(id);
207 mouse->CreateSystemCursor = WINRT_CreateSystemCursor; in WINRT_InitMouse()
297 mouse->CreateSystemCursor = WIN_CreateSystemCursor; in WIN_InitMouse()
424 mouse->CreateSystemCursor = X11_CreateSystemCursor; in X11_InitMouse()
343 mouse->CreateSystemCursor = Cocoa_CreateSystemCursor;