InputEventMouseButton

Inherits: InputEventMouse < InputEventWithModifiers < InputEventFromWindow < InputEvent < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

MouseButton

button_index

0

bool

canceled

false

bool

double_click

false

float

factor

1.0

bool

pressed

false


Property Descriptions

MouseButton button_index = 0

There is currently no description for this property. Please help us by contributing one!


bool canceled = false

  • void set_canceled ( bool value )

  • bool is_canceled ( )

There is currently no description for this property. Please help us by contributing one!


bool double_click = false

  • void set_double_click ( bool value )

  • bool is_double_click ( )

There is currently no description for this property. Please help us by contributing one!


float factor = 1.0

  • void set_factor ( float value )

  • float get_factor ( )

There is currently no description for this property. Please help us by contributing one!


bool pressed = false

  • void set_pressed ( bool value )

  • bool is_pressed ( )

There is currently no description for this property. Please help us by contributing one!