Up to date
This page is up to date for Godot 4.0
. If you still find outdated information, please open an issue.
InputEventMagnifyGesture
Inherits: InputEventGesture < InputEventWithModifiers < InputEventFromWindow < InputEvent < Resource < RefCounted < Object
Represents a magnifying touch gesture.
Description
Stores the factor of a magnifying touch gesture. This is usually performed when the user pinches the touch screen and used for zooming in/out.
Tutorials
Properties
|
Property Descriptions
float factor = 1.0
The amount (or delta) of the event. This value is closer to 1.0
the slower the gesture is performed.