PreFab...Player...Documentation...Frontier...User's Guide...Chapter 5, Verbs...One Verb Per Page...

Player.moveMouse -- new in 1.5


Syntax

Player.moveMouse(location)


Parameters

location is an {x, y} list or a point datatype.


Action

Moves the mouse to the specified location and leaves it there.


Returns

True.


Examples

Player.moveMouse( {4, 27} )
Player.moveMouse( point.set(4, 27) )
Player.moveMouse( {4, 27, Player.screenCoords} ) « the new way
Player.moveMouse( Player.screenCoordinates( {4, 27} ) ) « the old way


Notes



See Also

Player.moveMouseTo
Player.clickMouse
Player.dragMouse
Player.setTargetWindow
Player.screenCoordinates


Keywords

mouse location

| Top |


menuExists| Prev | Home | Next |moveMouseTo

Updated on 1/30/99 by Scott S. Lawton (ssl@prefab.com)

Copyright 1993-99, PreFab Software, Inc. All Rights Reserved.

This site built and maintained using Stage Three, a set of custom Frontier scripts.