diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2023-04-04 00:18:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 00:18:49 +0200 |
commit | bd016c8c4d51febb6b4da52a22ff7357ac400daa (patch) | |
tree | d7ab47b4816e9808da2928b3b8fd779b0b04cf3b /doc/classes/InputEventMagnifyGesture.xml | |
parent | e243dfa9f6fd68740d6ae7bba02ae0114e791543 (diff) | |
parent | 0a8fdde9241c495a1a3b5f58c78910c9eaa12dee (diff) |
Merge pull request #75624 from YuriSizov/4.0-cherrypicks
Cherry-picks for the 4.0 branch (future 4.0.2) - 3rd batch
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> |