From 779e8c8955d5973d58eb96335d8cd7efd3361ef4 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Thu, 4 Jun 2015 19:03:13 +0900 Subject: [PATCH] update docs --- docs/api-versions.html | 9 +++++++++ docs/api-versions.md | 7 +++++++ 2 files changed, 16 insertions(+) diff --git a/docs/api-versions.html b/docs/api-versions.html index 401c7ffd..86446f85 100644 --- a/docs/api-versions.html +++ b/docs/api-versions.html @@ -353,6 +353,15 @@

Talking between games

+
  • v1.12.0

    + +

  • diff --git a/docs/api-versions.md b/docs/api-versions.md index 143e02ef..4e75d321 100644 --- a/docs/api-versions.md +++ b/docs/api-versions.md @@ -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.