From: Piotr Kosko Date: Thu, 2 Jul 2015 10:05:30 +0000 (+0200) Subject: [InputDevice] Added content of guide X-Git-Tag: tizen_3.0/TD_SYNC/20161201~473^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1feb5d9152d4ca305e036e2ba18abb8d39a84aa1;p=sdk%2Fonline-doc.git [InputDevice] Added content of guide Change-Id: I9d3a24ed7745342723bf40c378d07895a54c3844 Signed-off-by: Piotr Kosko --- diff --git a/org.tizen.guides/html/web/tizen/ui/inputdevice_w.htm b/org.tizen.guides/html/web/tizen/ui/inputdevice_w.htm index c87710d..90c0db1 100644 --- a/org.tizen.guides/html/web/tizen/ui/inputdevice_w.htm +++ b/org.tizen.guides/html/web/tizen/ui/inputdevice_w.htm @@ -16,7 +16,7 @@
-

Mobile Web Wearable Web

+

Mobile WebWearable Web

@@ -31,74 +31,30 @@

Input Device

- +

+ When an application wants to react to the Input Device keys being pressed, it should register this key. + An application can not register the mandatory keys (ArrowLeft, ArrowRight, ArrowUp, ArrowDown, Enter, Back). + After registration of input device key, application would receive DOM keyboard event when it is pressed or released. +