godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
InputEventMouseButton.GDNativeClassBinding
godot
inputeventmousebutton
InputEventMouseButton
Undocumented in source.
struct
InputEventMouseButton
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_button_index")
GodotMethod
!(
long
)
getButtonIndex
;
__gshared
@
GodotName
("get_factor")
GodotMethod
!(
double
)
getFactor
;
__gshared
@
GodotName
("is_doubleclick")
GodotMethod
!(
bool
)
isDoubleclick
;
__gshared
@
GodotName
("set_button_index")
GodotMethod
!(
void
,
long
)
setButtonIndex
;
__gshared
@
GodotName
("set_doubleclick")
GodotMethod
!(
void
,
bool
)
setDoubleclick
;
__gshared
@
GodotName
("set_factor")
GodotMethod
!(
void
,
double
)
setFactor
;
__gshared
@
GodotName
("set_pressed")
GodotMethod
!(
void
,
bool
)
setPressed
;
}
Members
Static variables
getButtonIndex
GodotMethod
!(
long
)
getButtonIndex
;
Undocumented in source.
getFactor
GodotMethod
!(
double
)
getFactor
;
Undocumented in source.
isDoubleclick
GodotMethod
!(
bool
)
isDoubleclick
;
Undocumented in source.
setButtonIndex
GodotMethod
!(
void
,
long
)
setButtonIndex
;
Undocumented in source.
setDoubleclick
GodotMethod
!(
void
,
bool
)
setDoubleclick
;
Undocumented in source.
setFactor
GodotMethod
!(
void
,
double
)
setFactor
;
Undocumented in source.
setPressed
GodotMethod
!(
void
,
bool
)
setPressed
;
Undocumented in source.
Meta
Source
See Implementation
godot
inputeventmousebutton
InputEventMouseButton
aliases
BaseClasses
functions
getButtonIndex
getFactor
isDoubleclick
opAssign
opEquals
setButtonIndex
setDoubleclick
setFactor
setPressed
toHash
properties
buttonIndex
doubleclick
factor
pressed
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name