godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
InputEventMouseButton._classBinding
godot
inputeventmousebutton
InputEventMouseButton
Undocumented in source.
struct
InputEventMouseButton
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_factor")
GodotMethod
!(
void
,
double
)
setFactor
;
__gshared
@
GodotName
("get_factor")
GodotMethod
!(
double
)
getFactor
;
__gshared
@
GodotName
("set_button_index")
GodotMethod
!(
void
,
long
)
setButtonIndex
;
__gshared
@
GodotName
("get_button_index")
GodotMethod
!(
long
)
getButtonIndex
;
__gshared
@
GodotName
("set_pressed")
GodotMethod
!(
void
,
bool
)
setPressed
;
__gshared
@
GodotName
("set_doubleclick")
GodotMethod
!(
void
,
bool
)
setDoubleclick
;
__gshared
@
GodotName
("is_doubleclick")
GodotMethod
!(
bool
)
isDoubleclick
;
}
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
properties
buttonIndex
doubleclick
factor
pressed
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name