Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
232
void SDL_FreeCursor(SDL_Cursor * cursor)
233
{
234
LOGTRACE(LCF_SDL | LCF_MOUSE);
235
}
236
237
int SDL_ShowCursor(int toggle)
238
{
Callers
1
ImGui_ImplSDL2_Shutdown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected