More docs coming on.

This commit is contained in:
Richard Davey
2013-10-01 16:39:39 +01:00
parent a38ad2d1a9
commit ca113b85aa
80 changed files with 10121 additions and 4763 deletions
+2 -2
View File
@@ -59,14 +59,14 @@ Phaser.Mouse.prototype = {
/**
* You can disable all Input by setting disabled = true. While set all new input related events will be ignored.
* @property {bool} disabled
* @property {boolean} disabled
* @default
*/
disabled: false,
/**
* If the mouse has been Pointer Locked successfully this will be set to true.
* @property {bool} locked
* @property {boolean} locked
* @default
*/
locked: false,