From 5b41374ac74948f227efe36a0737b3eb5e311137 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 21 Jan 2015 02:58:29 +0900 Subject: [PATCH] Support touch events (esp. for mobile browsers) (#76) --- _docs/index.tmpl.html | 1 + _docs/public/index.html | 1 + internal/ui/input_js.go | 2 +- internal/ui/ui_js.go | 47 +++++++++++++++++++++++++++++++++++------ 4 files changed, 43 insertions(+), 8 deletions(-) diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index d7292c062..42fa76d06 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -81,6 +81,7 @@ pre {
  • v1.2.0-rc1 released.