pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
Dub
Repo
InputBinding.this
PixelPerfectEngine
system
input
types
InputBinding
CTOR that creates code from string
this
(uint code, uint flags, float[2] deadzone)
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
Source
See Implementation
PixelPerfectEngine
system
input
types
InputBinding
constructors
this
functions
opCmp
static variables
IS_AXIS_AS_BUTTON
variables
code
deadzone
flags
CTOR that creates code from string