buttonMode added and documented
This commit is contained in:
parent
c1240a1da7
commit
164e35e5f0
26 changed files with 634 additions and 140 deletions
|
@ -359,6 +359,13 @@
|
|||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
<li class="index-item property inherited">
|
||||
<a href="#property_buttonMode">buttonMode</a>
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
<li class="index-item property">
|
||||
|
@ -665,7 +672,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l91"><code>src/pixi/DisplayObject.js:91</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l97"><code>src/pixi/DisplayObject.js:97</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -836,7 +843,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l97"><code>src/pixi/DisplayObject.js:97</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l103"><code>src/pixi/DisplayObject.js:103</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -920,7 +927,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l123"><code>src/pixi/DisplayObject.js:123</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l129"><code>src/pixi/DisplayObject.js:129</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1004,7 +1011,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l117"><code>src/pixi/DisplayObject.js:117</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l123"><code>src/pixi/DisplayObject.js:123</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1088,7 +1095,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l103"><code>src/pixi/DisplayObject.js:103</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l109"><code>src/pixi/DisplayObject.js:109</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1173,7 +1180,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l110"><code>src/pixi/DisplayObject.js:110</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l116"><code>src/pixi/DisplayObject.js:116</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1345,7 +1352,7 @@ for this callback to be fired, The touch must have started over the displayObjec
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l164"><code>src/pixi/DisplayObject.js:164</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l170"><code>src/pixi/DisplayObject.js:170</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1537,7 +1544,7 @@ for this callback to be fired, The touch must have started over the displayObjec
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l134"><code>src/pixi/DisplayObject.js:134</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l140"><code>src/pixi/DisplayObject.js:140</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1622,7 +1629,7 @@ basically a touch version of click</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l147"><code>src/pixi/DisplayObject.js:147</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l153"><code>src/pixi/DisplayObject.js:153</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1706,7 +1713,7 @@ basically a touch version of click</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l153"><code>src/pixi/DisplayObject.js:153</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l159"><code>src/pixi/DisplayObject.js:159</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1791,7 +1798,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
|
|||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l141"><code>src/pixi/DisplayObject.js:141</code></a>
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l147"><code>src/pixi/DisplayObject.js:147</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
@ -1882,6 +1889,47 @@ for this callback to be fired, The touch must have started over the sprite</p>
|
|||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="property_buttonMode" class="property item inherited">
|
||||
<h3 class="name"><code>buttonMode</code></h3>
|
||||
<span class="type">Boolean</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
|
||||
|
||||
<p>Inherited from
|
||||
<a href="../classes/DisplayObject.html#property_buttonMode">DisplayObject</a>:
|
||||
|
||||
|
||||
|
||||
<a href="../files/src_pixi_DisplayObject.js.html#l86"><code>src/pixi/DisplayObject.js:86</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
<p>This is used to indicate if the displayObject should display a mouse hand cursor on rollover</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue