From 13e4770b97d0e6343556676dddb1b97d09d8bbdf Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Sat, 22 Oct 2022 07:30:46 -0700 Subject: Add double_tap attribute to InputEventScreenTouch This provides parity with the `InputEventMouseButton` allowing for proper conversion between the two events. --- doc/classes/InputEventScreenTouch.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/InputEventScreenTouch.xml b/doc/classes/InputEventScreenTouch.xml index fb50454917..346b6bf732 100644 --- a/doc/classes/InputEventScreenTouch.xml +++ b/doc/classes/InputEventScreenTouch.xml @@ -11,6 +11,9 @@ $DOCS_URL/tutorials/inputs/inputevent.html + + If [code]true[/code], the touch's state is a double tap. + The touch index in the case of a multi-touch event. One index = one finger. -- cgit v1.2.3