Difference between revisions of "API Mouse"

From Flowcode Help
Jump to navigationJump to search
(XML import)
(XML import)
Line 1: Line 1:
 
<sidebar>API contents</sidebar>
 
<sidebar>API contents</sidebar>
 
Mouse reading interface
 
Mouse reading interface
 +
 +
__TOC__
  
 
==Functions provided for this class==
 
==Functions provided for this class==
Line 24: Line 26:
 
==Examples==
 
==Examples==
 
''No examples available''
 
''No examples available''
 +
 +
==See also==

Revision as of 21:22, 11 May 2013

<sidebar>API contents</sidebar> Mouse reading interface

Functions provided for this class

GetButtons Gets the button state from the mouse: 4 for left, 1 for right
GetFocus Gets the handle of the component under the mouse
GetPosition Gets the position of the mouse, intersecting with a component or the viewing plane
GetPosition2D Gets the X/Y position of the mouse in screen coords
GetClickSide Gets the side of the component clicked on, 0 to 7


Examples

No examples available

See also