godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
InputEventAction.GDNativeClassBinding
godot
inputeventaction
InputEventAction
Undocumented in source.
struct
InputEventAction
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_action")
GodotMethod
!(
String
)
getAction
;
__gshared
@
GodotName
("get_strength")
GodotMethod
!(
double
)
getStrength
;
__gshared
@
GodotName
("set_action")
GodotMethod
!(
void
,
String
)
setAction
;
__gshared
@
GodotName
("set_pressed")
GodotMethod
!(
void
,
bool
)
setPressed
;
__gshared
@
GodotName
("set_strength")
GodotMethod
!(
void
,
double
)
setStrength
;
}
Members
Static variables
getAction
GodotMethod
!(
String
)
getAction
;
Undocumented in source.
getStrength
GodotMethod
!(
double
)
getStrength
;
Undocumented in source.
setAction
GodotMethod
!(
void
,
String
)
setAction
;
Undocumented in source.
setPressed
GodotMethod
!(
void
,
bool
)
setPressed
;
Undocumented in source.
setStrength
GodotMethod
!(
void
,
double
)
setStrength
;
Undocumented in source.
Meta
Source
See Implementation
godot
inputeventaction
InputEventAction
aliases
BaseClasses
functions
getAction
getStrength
opAssign
opEquals
setAction
setPressed
setStrength
toHash
properties
action
pressed
strength
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name