Jump to content

Event Mouse.Release: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML Import to change Variable types into Variable Types
m Text replacement - "class="wikitable" style="width:60%; background-color:#FFFFFF;"" to "class="mtx-class-macrotable wikitable""
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Sent when the mouse is released on a child of the component during simulation
{| class="mtx-class-macrotable wikitable"
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" class="mtx-class-macrohead" | '''Release'''
|-
| colspan="2" | Post when the mouse is released on a child of the component during simulation 
|-
|-
| width="10%" align="center" | [[File:Fc9-h32-icon.png]] - HANDLE
| width="90%" | Component
|-
| colspan="2" | The component clicked on 
|-
| width="10%" align="center" | [[File:Fc9-f32-icon.png]] - FLOAT
| width="90%" | X
|-
| colspan="2" | X coordinate relative to 'Component' 
|-
| width="10%" align="center" | [[File:Fc9-f32-icon.png]] - FLOAT
| width="90%" | Y
|-
| colspan="2" | Y coordinate relative to 'Component' 
|-
| width="10%" align="center" | [[File:Fc9-f32-icon.png]] - FLOAT
| width="90%" | Z
|-
| colspan="2" | Z coordinate relative to 'Component' 
|-
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - NONE
| width="90%" style="border-top: 2px solid #000;" | ''Return''
|}


This event is part of the [[Event class Mouse|Mouse]] class


__TOC__
Details on using Event Macros can be found here: [[Simulation Events|Event Macros]]


==Parameters==
[[Variable Types|HANDLE]] ''Component''
:The component clicked on


[[Variable Types|FLOAT]] ''X''
==Detailed description==
:X coordinate relative to 'Component'
 
[[Variable Types|FLOAT]] ''Y''
:Y coordinate relative to 'Component'
 
[[Variable Types|FLOAT]] ''Z''
:Z coordinate relative to 'Component'


==Return value==
[[Variable Types|ULONG]]
The return of this event is currently unused
==Detailed description==
''<span style="color:red;">No additional information</span>''




==Examples==
==Examples==
''<span style="color:red;">No additional information</span>''

Latest revision as of 14:13, 13 July 2026

Release
Post when the mouse is released on a child of the component during simulation 
- HANDLE Component
The component clicked on 
- FLOAT X
X coordinate relative to 'Component' 
- FLOAT Y
Y coordinate relative to 'Component' 
- FLOAT Z
Z coordinate relative to 'Component' 
- NONE Return


Details on using Event Macros can be found here: Event Macros


Detailed description

Examples