MCPcopy Create free account
hub / github.com/clementgallet/libTAS / SDL_FreeCursor

Function SDL_FreeCursor

src/library/inputs/sdlpointer.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void SDL_FreeCursor(SDL_Cursor * cursor)
233{
234 LOGTRACE(LCF_SDL | LCF_MOUSE);
235}
236
237int SDL_ShowCursor(int toggle)
238{

Callers 1

ImGui_ImplSDL2_ShutdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected