RendererInfo.software - multiple declarations
Function RendererInfo.software
Gets whether the dsdl
has SDL_RENDERER_SOFTWARE
flag
bool software() @property @safe const;
Returns
true
if it has SDL_RENDERER_SOFTWARE
flag, otherwise false
Function RendererInfo.software
Sets whether the dsdl
has SDL_RENDERER_SOFTWARE
flag
void software
(
bool value
) @property @safe;
Parameters
Name | Description |
---|---|
value | true to set SDL_RENDERER_SOFTWARE flag; false to unset it |