Version.this

Constructs a dsdl2.Version from a vanilla SDL_version from bindbc-sdl

  1. this()
  2. this(SDL_version sdlVersion)
    struct Version
    this
    (
    SDL_version sdlVersion
    )
  3. this(ubyte major, ubyte minor, ubyte patch)

Parameters

sdlVersion SDL_version

the SDL_version struct

Meta