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