mirror of
https://github.com/wassname/phaser.git
synced 2026-06-28 16:20:37 +08:00
Lots of documentation updates and new Loader examples.
This commit is contained in:
@@ -199,6 +199,8 @@ Phaser.InputHandler.prototype = {
|
||||
*/
|
||||
start: function (priority, useHandCursor) {
|
||||
|
||||
console.log('InputHandler start');
|
||||
|
||||
priority = priority || 0;
|
||||
if (typeof useHandCursor == 'undefined') { useHandCursor = false; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user