mouse-double-click

Generic Function

Package: common-graphics

Arguments: window buttons cursor-position

This function is called when a mouse-double-click event happens on window. buttons is an integer representing the state of mouse button(s) and keypad. Bits represent the state of modifier keys: 1 indicating that the key is down and 0 that it is up.

cursor-position is the mouse cursor position in the user coordinates of window that is, a position object indicating the distance of the mouse cursor at the time of the event from the top left corner of the (possibly scrolled) page of the window to which this message was sent.

See About events in the IDE in cgide.htm.

Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.