Functions for event handling
gamvas. | Functions for event handling |
Functions | |
addOnLoad | Add a function to be called when the HTML document is loaded |
addOnReady | Add a function to be called when gamvas is ready and right before rendering the first frame. |
stopBubble |
Add a function to be called when the HTML document is loaded
addOnLoad: function( fnc )
Add a function to be called when gamvas is ready and right before rendering the first frame.
addOnReady: function( fnc )
stopBubble: function( e )