$mouse-x - Mouse X (horizontal) position
$mouse-y - Mouse Y (vertical) position
$mouse-x integer
0 <= integer <= $screen-width - 1
$mouse-y integer
0 <= integer <= $screen-depth - 1
$mouse-x and $mouse-y are automatically set to the position of the mouse at the last mouse event, where an event is a button press or release. Initialized to 0,0. The top left character of the screen is coordinate 0,0 bottom right is $screen-width, $screen-depth.
These variables can not be set. Any attempt to set them will result in an error.
(c) Copyright JASSPA 1999
Last Modified: 1999/11/28
Generated On: 1999/12/01