MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / SDL_SetWindowPosition

Function SDL_SetWindowPosition

libretro/sdl_stub.cpp:994–1000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

992 return true;
993}
994bool SDL_SetWindowPosition(SDL_Window* window, int x, int y)
995{
996 (void)window;
997 (void)x;
998 (void)y;
999 return true;
1000}
1001bool SDL_RaiseWindow(SDL_Window* window) { (void)window; return true; }
1002bool SDL_MinimizeWindow(SDL_Window* window) { (void)window; return true; }
1003void SDL_DestroyWindow(SDL_Window* window)

Callers 10

create_windowsFunction · 0.85
amiberry_gui_initFunction · 0.85
amiberry_gui_haltFunction · 0.85
run_guiFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected