diff options
author | kobewi <kobewi4e@gmail.com> | 2023-02-28 15:06:21 +0100 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-04-03 18:40:24 +0200 |
commit | 1c66b24325dee512c95f725783a9ae9d997ac5d1 (patch) | |
tree | c3fa8ca1a1d63df0be2ccf5aad4f39ad92ff9566 /doc/classes/InputEventGesture.xml | |
parent | 103d23539fdb0621383fab6afafa184c19fae8e3 (diff) |
Fill random docs
(cherry picked from commit eac65fd0a8e68512a9410e0e78a405b726d303d3)
Diffstat (limited to 'doc/classes/InputEventGesture.xml')
-rw-r--r-- | doc/classes/InputEventGesture.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/InputEventGesture.xml b/doc/classes/InputEventGesture.xml index 85d1a405b2..578faab6b5 100644 --- a/doc/classes/InputEventGesture.xml +++ b/doc/classes/InputEventGesture.xml @@ -4,6 +4,7 @@ Base class for touch control gestures. </brief_description> <description> + InputEventGesture is sent when a user performs a supported gesture on a touch screen. Gestures can't be emulated using mouse, because they typically require multi-touch. </description> <tutorials> </tutorials> |