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")
Line 7: Line 7:
 
<source lang="lua">
 
<source lang="lua">
 
application:setEventMerging(eventMerging)
 
application:setEventMerging(eventMerging)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Revision as of 17:56, 12 July 2023

Available since: Gideros 2022.8
Class: Application

Description

Allows merging of touch/mouse move events together. <source lang="lua"> application:setEventMerging(eventMerging) </syntaxhighlight>

Parameters

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