Point.this

Constructs a dsdl2.Point from a vanilla SDL_Point from bindbc-sdl

  1. this()
  2. this(SDL_Point sdlPoint)
    struct Point
    this
    (
    SDL_Point sdlPoint
    )
  3. this(int x, int y)
  4. this(int[2] xy)
  5. this(FPoint fpoint)

Parameters

sdlPoint SDL_Point

the dsdl2.Point struct

Meta