godot-d v0.0.7 (2018-11-02T21:25:15Z)
Dub
Repo
InputEventJoypadMotion._classBinding
godot
inputeventjoypadmotion
InputEventJoypadMotion
Undocumented in source.
struct
InputEventJoypadMotion
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_axis")
GodotMethod
!(
void
,
long
)
setAxis
;
__gshared
@
GodotName
("get_axis")
GodotMethod
!(
long
)
getAxis
;
__gshared
@
GodotName
("set_axis_value")
GodotMethod
!(
void
,
double
)
setAxisValue
;
__gshared
@
GodotName
("get_axis_value")
GodotMethod
!(
double
)
getAxisValue
;
}
Members
Static variables
getAxis
GodotMethod
!(
long
)
getAxis
;
Undocumented in source.
getAxisValue
GodotMethod
!(
double
)
getAxisValue
;
Undocumented in source.
setAxis
GodotMethod
!(
void
,
long
)
setAxis
;
Undocumented in source.
setAxisValue
GodotMethod
!(
void
,
double
)
setAxisValue
;
Undocumented in source.
Meta
Source
See Implementation
godot
inputeventjoypadmotion
InputEventJoypadMotion
aliases
BaseClasses
functions
getAxis
getAxisValue
opAssign
opEquals
setAxis
setAxisValue
properties
axis
axisValue
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name