Difference between revisions of "Event:stopPropagation"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Disables the propagation of the current event in the scene tree hierarchy.<br /> <source lang="...")
 
Line 5: Line 5:
 
Disables the propagation of the current event in the scene tree hierarchy.<br />
 
Disables the propagation of the current event in the scene tree hierarchy.<br />
 
<source lang="lua">
 
<source lang="lua">
= Event:stopPropagation()
+
Event:stopPropagation()
 
</source>
 
</source>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2011.6

Description


Disables the propagation of the current event in the scene tree hierarchy.

 Event:stopPropagation()