Extensions Mouse

The mouse table exposes several fields and methods relating to mouse input.

Mouse Fields (Read-Only)

These fields can be accessed, but not updated.

number clientX X coordinate of the mouse relative to the application's client area
number clientY Y coordinate of the mouse relative to the application's client area
number wheelDelta Most recent change in scrollwheel position
number x X coordinate of the mouse relative to the screen
number y Y coordinate of the mouse relative to the screen

Mouse Methods

Click on each function for more information.

boolean buttonDown()
boolean buttonUp()

Copyright 2010 Justin Aquadro