Added meta key in TouchPoint interface
authorSangwhan Moon <smoon@opera.com>
Tue, 22 Feb 2011 23:58:41 +0800
changeset 16 02f55d1962b0
parent 15 4109904a72d4
child 17 53d825c0800e
Added meta key in TouchPoint interface
touchevents.html
--- a/touchevents.html	Tue Feb 15 12:43:16 2011 -0500
+++ b/touchevents.html	Tue Feb 22 23:58:41 2011 +0800
@@ -169,6 +169,12 @@
         <dd>
           <code>true</code> if the alt (Alternate) key modifier is activated; otherwise <code>false</code>
         </dd>
+        <dt>readonly attribute boolean metaKey</dt>
+        <dd>
+          <code>true</code> if the meta (Meta) key modifier is activated; otherwise <code>false</code>
+          
+          <p class="issue" id="issue-units"><strong>Issue:</strong> Should a exception be mentioned for platforms/user agents that are missing meta key support?</p>
+        </dd>
         <dt>readonly attribute boolean ctrlKey</dt>
         <dd>
           <code>true</code> if the ctrl (Control) key modifier is activated; otherwise <code>false</code>