InputEventJoypadButton

Inherits: InputEvent < Resource < RefCounted < Object

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

Properties

JoyButton

button_index

0

bool

pressed

false

float

pressure

0.0


Property Descriptions

JoyButton button_index = 0

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!


float pressure = 0.0

  • void set_pressure ( float value )

  • float get_pressure ( )

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