Jump to content

API Mouse: Difference between revisions

From Flowcode Help
Admin (talk | contribs)
XML import of API auto-gen
 
Admin (talk | contribs)
XML import API auto-gen
Line 1: Line 1:
wiki page name
wiki page name
==Mouse==
Mouse reading interface


Mouse reading interface
----
===Functions provided for this class===
===Functions provided for this class===
{||-|[[API Mouse.GetButtons|GetButtons]]|Gets the button state from the mouse: 4 for left, 1 for right|-|[[API Mouse.GetFocus|GetFocus]]|Gets the handle of the component under the mouse|-|[[API Mouse.GetPosition|GetPosition]]|Gets the position of the mouse, intersecting with a component or the viewing plane|-|[[API Mouse.GetPosition2D|GetPosition2D]]|Gets the X/Y position of the mouse in screen coords|-|[[API Mouse.GetClickSide|GetClickSide]]|Gets the side of the component clicked on, 0 to 7|}
{||-|[[API Mouse.GetButtons|GetButtons]]|Gets the button state from the mouse: 4 for left, 1 for right|-|[[API Mouse.GetFocus|GetFocus]]|Gets the handle of the component under the mouse|-|[[API Mouse.GetPosition|GetPosition]]|Gets the position of the mouse, intersecting with a component or the viewing plane|-|[[API Mouse.GetPosition2D|GetPosition2D]]|Gets the X/Y position of the mouse in screen coords|-|[[API Mouse.GetClickSide|GetClickSide]]|Gets the side of the component clicked on, 0 to 7|}


===Examples===
===Examples===

Revision as of 15:34, 10 May 2013

wiki page name Mouse reading interface

Functions provided for this class

Examples