2017-11-24 23:16:30 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-03-01 01:44:37 +01:00
<class name= "InputEventPanGesture" inherits= "InputEventGesture" version= "4.1" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2017-11-24 23:16:30 +01:00
<brief_description >
2023-04-28 01:35:33 +02:00
Represents a panning touch gesture.
2017-11-24 23:16:30 +01:00
</brief_description>
<description >
2023-04-28 01:35:33 +02:00
Stores information about pan gestures. A pan gesture is performed when the user swipes the touch screen with two fingers. It's typically used for panning/scrolling.
2017-11-24 23:16:30 +01:00
</description>
<tutorials >
2023-04-28 01:35:33 +02:00
<link title= "Using InputEvent" > $DOCS_URL/tutorials/inputs/inputevent.html</link>
2017-11-24 23:16:30 +01:00
</tutorials>
<members >
2019-09-24 19:45:03 +02:00
<member name= "delta" type= "Vector2" setter= "set_delta" getter= "get_delta" default= "Vector2(0, 0)" >
2023-02-28 15:06:21 +01:00
Panning amount since last pan event.
2017-11-24 23:16:30 +01:00
</member>
</members>
</class>