Difference between revisions of "Event:stopPropagation"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
− | 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 /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
Event:stopPropagation() | Event:stopPropagation() | ||
</source> | </source> |
Revision as of 13:38, 23 August 2018
Available since: Gideros 2011.6
Description
Disables the propagation of the current event in the scene tree hierarchy.
Event:stopPropagation()