[Webkit-unassigned] [Bug 163566] New: Should pointer events use floats instead of ints? Retina displays may have fractional position.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 17 14:48:37 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163566
Bug ID: 163566
Summary: Should pointer events use floats instead of ints?
Retina displays may have fractional position.
Classification: Unclassified
Product: WebKit
Version: Safari 10
Hardware: Macintosh
OS: OS X 10.11
Status: NEW
Severity: Enhancement
Priority: P2
Component: Platform
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jeremyj-wk at apple.com
In PlatformMouseEvent
IntPoint m_position;
IntPoint m_globalPosition;
IntPoint m_movementDelta;
Maybe these should be FloatPoint.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161017/9b5618d9/attachment.html>
More information about the webkit-unassigned
mailing list