MCPcopy 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
98SDL_bool
99SDL_SetHint(const char *name, const char *value)
100{
101 return SDL_SetHintWithPriority(name, value, SDL_HINT_NORMAL);
102}
103
104const char *
105SDL_GetHint(const char *name)

Callers 4

hints_setHintFunction · 0.85
mainFunction · 0.85
testjoystick.cFile · 0.85
Emscripten_CreateDeviceFunction · 0.85

Calls 1

SDL_SetHintWithPriorityFunction · 0.85

Tested by 2

hints_setHintFunction · 0.68
mainFunction · 0.68