virtualx-engine/doc/classes/InputEventMagnifyGesture.xml

17 lines
719 B
XML
Raw Normal View History

2017-11-24 23:16:30 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name="InputEventMagnifyGesture" 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-02-28 15:06:21 +01:00
[InputEvent] that represents a magnifying touch gesture.
2017-11-24 23:16:30 +01:00
</brief_description>
<description>
2023-02-28 15:06:21 +01:00
Magnify gesture is performed when the user pinches the touch screen. It's typically used for zooming.
2017-11-24 23:16:30 +01:00
</description>
<tutorials>
</tutorials>
<members>
<member name="factor" type="float" setter="set_factor" getter="get_factor" default="1.0">
2023-02-28 15:06:21 +01:00
The amount (or delta) of the event. This value is higher the faster the gesture is performed.
2017-11-24 23:16:30 +01:00
</member>
</members>
</class>