InputEventAction

Inherits: InputEvent < Resource < RefCounted < Object

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

Properties

StringName

action

&""

int

event_index

-1

bool

pressed

false

float

strength

1.0


Property Descriptions

StringName action = &""

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


int event_index = -1

  • void set_event_index ( int value )

  • int get_event_index ( )

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 strength = 1.0

  • void set_strength ( float value )

  • float get_strength ( )

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