diff options
Diffstat (limited to 'doc/classes/InputEventMagnifyGesture.xml')
-rw-r--r-- | doc/classes/InputEventMagnifyGesture.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/InputEventMagnifyGesture.xml b/doc/classes/InputEventMagnifyGesture.xml index 2063dfda6c..838809423f 100644 --- a/doc/classes/InputEventMagnifyGesture.xml +++ b/doc/classes/InputEventMagnifyGesture.xml @@ -1,13 +1,16 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="InputEventMagnifyGesture" inherits="InputEventGesture" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> + [InputEvent] that represents a magnifying touch gesture. </brief_description> <description> + Magnify gesture is performed when the user pinches the touch screen. It's typically used for zooming. </description> <tutorials> </tutorials> <members> <member name="factor" type="float" setter="set_factor" getter="get_factor" default="1.0"> + The amount (or delta) of the event. This value is higher the faster the gesture is performed. </member> </members> </class> |