- From: <bugzilla@jessica.w3.org>
- Date: Tue, 06 Aug 2013 14:11:24 +0000
- To: public-pointer-events@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22890
Bug ID: 22890
Summary: It is not clear why navigator.pointerEnabled is needed
Classification: Unclassified
Product: PointerEventsWG
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Pointer Events specification
Assignee: jrossi@microsoft.com
Reporter: bugs@pettay.fi
QA Contact: public-pointer-events-bugzilla@w3.org
CC: public-pointer-events@w3.org
if (window.PointerEvent) {
...
} else {
// use mouse events
}
should work just fine.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Tuesday, 6 August 2013 14:11:29 UTC