InputBinding.this

CTOR that creates code from string

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

Meta