Skip to content

Commit fa296c2

Browse files
committed
update docs
1 parent 3850507 commit fa296c2

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/changelist.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ <h1></h1>
6868
<div class="col-sm-8 lesson-main">
6969
<h1 id="changelist">Changelist</h1>
7070
<ul>
71+
<li><p>0.0.31</p>
72+
<ul>
73+
<li><p>Made <code>Touch.setupVirtualDPads</code> use the middle of the referenceElement if
74+
<code>offsetX</code> or <code>offsetY</code> is not set for that dpad.</p>
75+
<p>This is better because it means if things change size based on CSS or other
76+
stuff there&#39;s nothing to do. The code will just work.</p>
77+
</li>
78+
</ul>
79+
</li>
7180
<li><p>0.0.30</p>
7281
<ul>
7382
<li><p>added <code>--no-check-for-app</code></p>

docs/changelist.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelist
22
==========
33

4+
* 0.0.31
5+
6+
* Made `Touch.setupVirtualDPads` use the middle of the referenceElement if
7+
`offsetX` or `offsetY` is not set for that dpad.
8+
9+
This is better because it means if things change size based on CSS or other
10+
stuff there's nothing to do. The code will just work.
11+
412
* 0.0.30
513

614
* added `--no-check-for-app`

0 commit comments

Comments
 (0)