Version.this

Constructs a dsdl2.Version by feeding in major, minor, and patch version numbers

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

Parameters

major ubyte

major version number

minor ubyte

minor version number

patch ubyte

patch verion number

Meta