Bug 163566 - Should pointer events use floats instead of ints? Retina displays may have fractional position.
Summary: Should pointer events use floats instead of ints? Retina displays may have fr...
Status: RESOLVED DUPLICATE of bug 131990
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: Safari 10
Hardware: Mac OS X 10.11
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-17 14:48 PDT by Jeremy Jones
Modified: 2016-10-17 15:15 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Jones 2016-10-17 14:48:37 PDT
In PlatformMouseEvent         
IntPoint m_position;
IntPoint m_globalPosition;
IntPoint m_movementDelta;

Maybe these should be FloatPoint.
Comment 1 zalan 2016-10-17 15:15:23 PDT

*** This bug has been marked as a duplicate of bug 131990 ***