Input.GetPos

table Input.GetPos ( 

string ObjectName )

Example 1

Info = Input.GetPos("User Input");

Gets the current X, Y coordinates of the "User Input" input object and stores the results in a table called "Info." These values can be accessed by referencing Info.X and Info.Y.

See also:  Related Actions