Difference between revisions of "Event Mouse.Drag"

From Flowcode Help
Jump to navigationJump to search
(XML import)
(XML Import to change Variable types into Variable Types)
Line 1: Line 1:
 
 
Sent when the mouse is dragged on a child of the component during simulation
 
Sent when the mouse is dragged on a child of the component during simulation
  
Line 7: Line 6:
  
 
==Parameters==
 
==Parameters==
[[Variable types|HANDLE]] ''Component''
+
[[Variable Types|HANDLE]] ''Component''
 
:The component being dragged
 
:The component being dragged
  
[[Variable types|FLOAT]] ''X''
+
[[Variable Types|FLOAT]] ''X''
 
:X coordinate relative to 'Component'
 
:X coordinate relative to 'Component'
  
[[Variable types|FLOAT]] ''Y''
+
[[Variable Types|FLOAT]] ''Y''
 
:Y coordinate relative to 'Component'
 
:Y coordinate relative to 'Component'
  
[[Variable types|FLOAT]] ''Z''
+
[[Variable Types|FLOAT]] ''Z''
 
:Z coordinate relative to 'Component'
 
:Z coordinate relative to 'Component'
  
  
 
==Return value==
 
==Return value==
[[Variable types|ULONG]]
+
[[Variable Types|ULONG]]
 
The return of this event is currently unused
 
The return of this event is currently unused
  

Revision as of 11:09, 10 June 2013

Sent when the mouse is dragged on a child of the component during simulation

This event is part of the Mouse class

Parameters

HANDLE Component

The component being dragged

FLOAT X

X coordinate relative to 'Component'

FLOAT Y

Y coordinate relative to 'Component'

FLOAT Z

Z coordinate relative to 'Component'


Return value

ULONG The return of this event is currently unused


Detailed description

No additional information


Examples

No additional information