$mouse-x - Mouse X (horizontal) position
$mouse-y - Mouse Y (vertical) position
$mouse-x integer
0 <= integer <= $frame-width - 1
$mouse-y integer
0 <= integer <= $frame-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 $frame-width, $frame-depth.
These variables can not be set. Any attempt to set them will result in an error.
(c) Copyright JASSPA 2009
Last Modified: 2009/08/29
Generated On: 2009/10/12