Jump to content

Event class Mouse: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import of events update
JonnyW (talk | contribs)
XML import for latest events
Line 12: Line 12:
|-
|-
|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>''

Revision as of 16:15, 12 November 2013


<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