Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ SDL_SetHint
Function
SDL_SetHint
deps/SDL2/src/SDL_hints.c:98–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
SDL_bool
99
SDL_SetHint(const char *name, const char *value)
100
{
101
return SDL_SetHintWithPriority(name, value, SDL_HINT_NORMAL);
102
}
103
104
const char *
105
SDL_GetHint(const char *name)
Callers
4
hints_setHint
Function · 0.85
main
Function · 0.85
testjoystick.c
File · 0.85
Emscripten_CreateDevice
Function · 0.85
Calls
1
SDL_SetHintWithPriority
Function · 0.85
Tested by
2
hints_setHint
Function · 0.68
main
Function · 0.68