Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 4, 2015
1 parent 1fc0c00 commit 779e8c8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/api-versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,15 @@ <h3 id="talking-between-games">Talking between games</h3>
</li>
</ul>
</li>
<li><p>v1.12.0</p>
<ul>
<li><p>Made <code>Touch.setupVirtualDPads</code> use the middle of the referenceElement if
<code>offsetX</code> or <code>offsetY</code> is not set for that dpad.</p>
<p>This is better because it means if things change size based on CSS or other
stuff there&#39;s nothing to do. The code will just work.</p>
</li>
</ul>
</li>
</ul>

<hr/>
Expand Down
7 changes: 7 additions & 0 deletions docs/api-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,5 +330,12 @@ the correct version
there aren't errors in your controller. Remember to use
remote debugging in Safari and Chrome to debug.

* v1.12.0

* Made `Touch.setupVirtualDPads` use the middle of the referenceElement if
`offsetX` or `offsetY` is not set for that dpad.

This is better because it means if things change size based on CSS or other
stuff there's nothing to do. The code will just work.


0 comments on commit 779e8c8

Please sign in to comment.