getHint

Wraps SDL_GetHint which gets the value of a specified user-set hint

@safe @trusted
string
getHint
(
string name
)

Parameters

name string

name of the hint

Return Value

Type: string

value of the given name of the hint

Meta