InputBinding.this

Default CTOR

  1. this(uint code, uint flags, float[2] deadzone)
    struct InputBinding
    @nogc @safe pure nothrow
    this
    (
    uint code
    ,
    uint flags = 0
    ,
    float[2] deadzone = [0.0, 0.0]
    )
  2. this(string code, uint flags, float[2] deadzone)

Meta