buttonMode added and documented

This commit is contained in:
Mat Groves 2013-05-01 11:03:52 +01:00
parent c1240a1da7
commit 164e35e5f0
26 changed files with 634 additions and 140 deletions

View file

@ -434,6 +434,13 @@
</li>
<li class="index-item property inherited">
<a href="#property_buttonMode">buttonMode</a>
</li>
<li class="index-item property inherited">
@ -734,7 +741,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l91"><code>src&#x2F;pixi&#x2F;DisplayObject.js:91</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l97"><code>src&#x2F;pixi&#x2F;DisplayObject.js:97</code></a>
</p>
@ -973,7 +980,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l97"><code>src&#x2F;pixi&#x2F;DisplayObject.js:97</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l103"><code>src&#x2F;pixi&#x2F;DisplayObject.js:103</code></a>
</p>
@ -1057,7 +1064,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l123"><code>src&#x2F;pixi&#x2F;DisplayObject.js:123</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l129"><code>src&#x2F;pixi&#x2F;DisplayObject.js:129</code></a>
</p>
@ -1141,7 +1148,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l117"><code>src&#x2F;pixi&#x2F;DisplayObject.js:117</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l123"><code>src&#x2F;pixi&#x2F;DisplayObject.js:123</code></a>
</p>
@ -1225,7 +1232,7 @@
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l103"><code>src&#x2F;pixi&#x2F;DisplayObject.js:103</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l109"><code>src&#x2F;pixi&#x2F;DisplayObject.js:109</code></a>
</p>
@ -1310,7 +1317,7 @@ for this callback to be fired the mouse must have been pressed down over the dis
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l110"><code>src&#x2F;pixi&#x2F;DisplayObject.js:110</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l116"><code>src&#x2F;pixi&#x2F;DisplayObject.js:116</code></a>
</p>
@ -1566,7 +1573,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l164"><code>src&#x2F;pixi&#x2F;DisplayObject.js:164</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l170"><code>src&#x2F;pixi&#x2F;DisplayObject.js:170</code></a>
</p>
@ -1755,7 +1762,7 @@ for this callback to be fired, The touch must have started over the displayObjec
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l134"><code>src&#x2F;pixi&#x2F;DisplayObject.js:134</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l140"><code>src&#x2F;pixi&#x2F;DisplayObject.js:140</code></a>
</p>
@ -1840,7 +1847,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l147"><code>src&#x2F;pixi&#x2F;DisplayObject.js:147</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l153"><code>src&#x2F;pixi&#x2F;DisplayObject.js:153</code></a>
</p>
@ -1924,7 +1931,7 @@ basically a touch version of click</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l153"><code>src&#x2F;pixi&#x2F;DisplayObject.js:153</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l159"><code>src&#x2F;pixi&#x2F;DisplayObject.js:159</code></a>
</p>
@ -2009,7 +2016,7 @@ for this callback to be fired, The touch must have started over the sprite</p>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l141"><code>src&#x2F;pixi&#x2F;DisplayObject.js:141</code></a>
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l147"><code>src&#x2F;pixi&#x2F;DisplayObject.js:147</code></a>
</p>
@ -2154,6 +2161,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="..&#x2F;classes&#x2F;DisplayObject.html#property_buttonMode">DisplayObject</a>:
<a href="..&#x2F;files&#x2F;src_pixi_DisplayObject.js.html#l86"><code>src&#x2F;pixi&#x2F;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>