| OnMouseMove
Called when the mouse moves over the game window.
myJAM.OnMouseMove=function( Window, X, Y );
Parameters
- Window
The window object under the mouse
- X
The x coordinate the mouse
- Y
The y coordinate the mouse
Comments
This function is called after the lastActive time is updated.
JAM © 2005 no one in particular Project started by David Evans in 2005 | |