File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff 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'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 >
Original file line number Diff line number Diff line change 11Changelist
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 `
You can’t perform that action at this time.
0 commit comments