buttonMode added and documented
This commit is contained in:
parent
c1240a1da7
commit
164e35e5f0
26 changed files with 634 additions and 140 deletions
|
@ -206,6 +206,12 @@ PIXI.DisplayObject = function()
|
|||
|
||||
// [readonly] best not to toggle directly! use setInteractive()
|
||||
this.interactive = false;
|
||||
|
||||
/**
|
||||
* This is used to indicate if the displayObject should display a mouse hand cursor on rollover
|
||||
* @property buttonMode
|
||||
* @type Boolean
|
||||
*/
|
||||
this.buttonMode = false;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue