godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
InputEventJoypadButton._classBinding
godot
inputeventjoypadbutton
InputEventJoypadButton
Undocumented in source.
struct
InputEventJoypadButton
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_button_index")
GodotMethod
!(
void
,
long
)
setButtonIndex
;
__gshared
@
GodotName
("get_button_index")
GodotMethod
!(
long
)
getButtonIndex
;
__gshared
@
GodotName
("set_pressure")
GodotMethod
!(
void
,
double
)
setPressure
;
__gshared
@
GodotName
("get_pressure")
GodotMethod
!(
double
)
getPressure
;
__gshared
@
GodotName
("set_pressed")
GodotMethod
!(
void
,
bool
)
setPressed
;
}
Members
Static variables
getButtonIndex
GodotMethod
!(
long
)
getButtonIndex
;
Undocumented in source.
getPressure
GodotMethod
!(
double
)
getPressure
;
Undocumented in source.
setButtonIndex
GodotMethod
!(
void
,
long
)
setButtonIndex
;
Undocumented in source.
setPressed
GodotMethod
!(
void
,
bool
)
setPressed
;
Undocumented in source.
setPressure
GodotMethod
!(
void
,
double
)
setPressure
;
Undocumented in source.
Meta
Source
See Implementation
godot
inputeventjoypadbutton
InputEventJoypadButton
aliases
BaseClasses
functions
getButtonIndex
getPressure
opAssign
opEquals
setButtonIndex
setPressed
setPressure
properties
buttonIndex
pressed
pressure
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name