Home
last modified time | relevance | path

Searched refs:CreateSystemCursor (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/alios/
A DSDL_AliOS_mouse.c131 mouse->CreateSystemCursor = NULL; in AliOS_InitMouse()
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_mouse_c.h49 SDL_Cursor *(*CreateSystemCursor) (SDL_SystemCursor id); member
A DSDL_mouse.c983 if (!mouse->CreateSystemCursor) {
988 cursor = mouse->CreateSystemCursor(id);
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtmouse.cpp206 mouse->CreateSystemCursor = WINRT_CreateSystemCursor; in WINRT_InitMouse()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidmouse.c187 mouse->CreateSystemCursor = Android_CreateSystemCursor; in Android_InitMouse()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenmouse.c272 mouse->CreateSystemCursor = Emscripten_CreateSystemCursor; in Emscripten_InitMouse()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmouse.c298 mouse->CreateSystemCursor = WIN_CreateSystemCursor; in WIN_InitMouse()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandmouse.c381 mouse->CreateSystemCursor = Wayland_CreateSystemCursor; in Wayland_InitMouse()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11mouse.c428 mouse->CreateSystemCursor = X11_CreateSystemCursor; in X11_InitMouse()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamouse.m341 mouse->CreateSystemCursor = Cocoa_CreateSystemCursor;

Completed in 11 milliseconds