RendererInfo.presentVSync - multiple declarations

Function RendererInfo.presentVSync

Gets whether the dsdl2.RendererInfo 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 dsdl2.RendererInfo has SDL_RENDERER_PRESENTVSYNC flag

void presentVSync (
  bool value
) @property @safe;

Parameters

NameDescription
value true to set SDL_RENDERER_PRESENTVSYNC flag; false to unset it