Difference between revisions of "EventDispatcher.new"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Creates a new EventDispatcher object <source lang="lua"> = EventDispatcher.new() </source>")
 
Line 4: Line 4:
 
Creates a new EventDispatcher object
 
Creates a new EventDispatcher object
 
<source lang="lua">
 
<source lang="lua">
= EventDispatcher.new()
+
EventDispatcher.new()
 
</source>
 
</source>

Revision as of 11:20, 23 August 2018

Available since: Gideros 2011.6

Description

Creates a new EventDispatcher object

 EventDispatcher.new()