Difference between revisions of "Event class Mouse"

From Flowcode Help
Jump to navigationJump to search
(XML import of events update)
(XML import)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
 
 
<sidebar>Event Contents</sidebar>
 
<sidebar>Event Contents</sidebar>
 
''<span style="color:red;">No additional information</span>''
 
''<span style="color:red;">No additional information</span>''
Line 12: Line 10:
 
|-
 
|-
 
|width="35%"|[[Event Mouse.Release|Release]]
 
|width="35%"|[[Event Mouse.Release|Release]]
|Sent when the mouse is released on a child of the component during simulation
+
|Post when the mouse is released on a child of the component during simulation
 
|-
 
|-
 
|width="35%"|[[Event Mouse.Click|Click]]
 
|width="35%"|[[Event Mouse.Click|Click]]
|Sent when the mouse is clicked on a child of the component during simulation
+
|Post when the mouse is clicked on a child of the component during simulation
 
|-
 
|-
 
|width="35%"|[[Event Mouse.Drag|Drag]]
 
|width="35%"|[[Event Mouse.Drag|Drag]]
|Sent when the mouse is dragged on a child of the component during simulation
+
|Post when the mouse is dragged on a child of the component during simulation
 
|}
 
|}
  
 
==See also==
 
==See also==
 
''<span style="color:red;">No additional information</span>''
 
''<span style="color:red;">No additional information</span>''

Latest revision as of 15:59, 16 January 2014

<sidebar>Event Contents</sidebar> No additional information

See the individual events for details of how to use this event class

Events provided for this class

Release Post when the mouse is released on a child of the component during simulation
Click Post when the mouse is clicked on a child of the component during simulation
Drag Post when the mouse is dragged on a child of the component during simulation

See also

No additional information