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