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

Player.doubleClickMouse


Syntax

Player.doubleClickMouse(location)

Player.doubleClickMouse(location, holding: modifierKeys)


Parameters

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

holding: modifierKeys, an optional parameter, is one or more modifier keys (command, shift, option, control, caps lock) or their abbreviations (cmd, shft, opt, ctrl, caps), added together in any order.


Action

Double-clicks the mouse at the specified location.


Returns

True.


Examples

Player.doubleClickMouse( {4, 27} )
Player.doubleClickMouse( point.set(4, 27) )
Player.doubleClickMouse( Player.screenCoordinates( {4, 27} ) ) « double-click at this absolute screen position


Notes



See Also

Player.clickMouse
Player.nClickMouse
   
Player.doubleClickMouseAt


Keywords

mouse[2] location modifiers

| Top |


doubleClickItem| Prev | Home | Next |doubleClickMouseAt

Updated on 2/5/97 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.