Difference between revisions of "Application:setEventMerging"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
m (Text replacement - "<source" to "<syntaxhighlight")
 
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Allows merging of touch/mouse move events together.
 
Allows merging of touch/mouse move events together.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
application:setEventMerging(eventMerging)
 
application:setEventMerging(eventMerging)
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 18:04, 12 July 2023

Available since: Gideros 2022.8
Class: Application

Description

Allows merging of touch/mouse move events together.

application:setEventMerging(eventMerging)

Parameters

eventMerging (boolean) merging of touch/mouse move events (default = false)