Difference between revisions of "Application:setEventMerging"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2022.8<br/> '''Class:''' Application<br/> === Description === Allows merging of touch/mouse move events together. <source lang="l...")
 
m (Text replacement - "<source" to "<syntaxhighlight")
 
(One intermediate revision by the same user not shown)
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)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

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)