RendererInfo.accelerated

Gets whether the dsdl2.RendererInfo has SDL_RENDERER_ACCELERATED flag

  1. bool accelerated()
    struct RendererInfo
    const @property
    bool
    accelerated
    ()
  2. void accelerated(bool value)

Return Value

Type: bool

true if it has SDL_RENDERER_ACCELERATED flag, otherwise false

Meta