update for button down
update for button up
Returns true if button is made down shortly after up
returns button down state duration in hnsecs (1/10000 of second).
bit set of mouse flags saved on button down
X coordinate of point where button was pressed Down last time
Y coordinate of point where button was pressed Down last time
returns true if button is currently pressed
Returns true if button is made down twice shortly after up
true if button is made down shortly after up - valid if button is down
mouse button flags when down event occured
Clock.currStdTime() for down event of this button (0 if button is up).
x coordinates of down event
y coordinates of down event
Clock.currStdTime() for down event of this button (0 if button is up) set after double click to time when first click occured.
true if button is made down twice shortly after up - valid if button is down
Clock.currStdTime() for up event of this button (0 if button is still down).
Mouse button state details for MouseEvent