mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Update library and docs to latest version.
This commit is contained in:
parent
1615b50b68
commit
822cf17989
41 changed files with 6477 additions and 2480 deletions
10
dist/docs/classes/Key.html
vendored
10
dist/docs/classes/Key.html
vendored
|
@ -17,6 +17,7 @@
|
|||
<h1>Key</h1>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -26,7 +27,7 @@
|
|||
|
||||
|
||||
|
||||
<div class="reference-members"><h2>Static Functions</h2>
|
||||
<div class="reference-members"><h2>Static Methods</h2>
|
||||
|
||||
|
||||
<div id="isdown-key-member" class="member">
|
||||
|
@ -50,7 +51,7 @@
|
|||
|
||||
<li>
|
||||
<tt>key:</tt>
|
||||
String
|
||||
<tt>String</tt>
|
||||
— One of: 'backspace', 'enter', 'shift', 'control',
|
||||
'option', 'pause', 'caps-lock', 'escape', 'space', 'end', 'home',
|
||||
'left', 'up', 'right', 'down', 'delete', 'command'
|
||||
|
@ -63,7 +64,7 @@ String
|
|||
<ul><b>Returns:</b>
|
||||
|
||||
<li>
|
||||
<tt>Boolean</tt> — <tt>true</tt> if the key is pressed, <tt>false</tt> otherwise
|
||||
<tt><tt>Boolean</tt></tt> — <tt>true</tt> if the key is pressed, <tt>false</tt> otherwise
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
@ -92,6 +93,7 @@ String
|
|||
|
||||
|
||||
<!-- =========================== copyright notice ========================= -->
|
||||
<p class="footer">Copyright © 21011 <a href="http://www.lehni.org" target="_blank">Jürg Lehni</a> & <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
|
||||
<p class="footer">Copyright © 2011 <a href="http://www.lehni.org" target="_blank">Jürg Lehni</a> & <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
|
||||
<div class="content-end"></div>
|
||||
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue