Button.this

Undocumented in source.
  1. this(float x, float y, int width, int height)
  2. this(wstring text, float x, float y, int width, int height)
    class Button
    this
    (
    in wstring text
    ,
    in float x = 0
    ,
    in float y = 0
    ,
    in int width = 0
    ,
    in int height = 0
    )
  3. this(wstring text, vec2 position)
  4. this(wstring text, vec2 position, Size!int size)

Meta