| OnMouseUp
Called when the user releases a mouse button on the game window
myJAM.OnMouseUp=function( Win, X, Y, Btn );
Parameters
- Win
The window clicked on
- X
The x coordinate of the mouse
- Y
The y coordinate of the mouse
- Y
The y coordinate of the mouse
- Btn
The button released (Window.LEFTBUTTON, Window.MIDDLEBUTTON or Window.RIGHTBUTTON)
Comments
Beware that this function may be called during your game loop. It will not wait until the end of the loop to run.
JAM © 2005 no one in particular Project started by David Evans in 2005 | |