InputEventScreenTouch

Inherits: InputEventFromWindow < InputEvent < Resource < RefCounted < Object

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

Properties

bool

canceled

false

bool

double_tap

false

int

index

0

Vector2

position

Vector2(0, 0)

bool

pressed

false


Property Descriptions

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_tap = false

  • void set_double_tap ( bool value )

  • bool is_double_tap ( )

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


int index = 0

  • void set_index ( int value )

  • int get_index ( )

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


Vector2 position = Vector2(0, 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!