Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.5
-
None
-
baa588880 (dev), e68b57e2e (dev)
Description
QEnterEvent is a QInputEvent and so has a timestamp(). But that timestamp is never filled and always reported as 0.
It looks like the QPA disagrees with the classification of enter events and doesn't support timestamps there. Is there no OS that would correctly timestamp a window enter event? While at it: why isn't there a symmetrical QLeaveEvent with a timestamp?
QPA also disagrees with the precision of the timestamp: ulong for QPA, but quint64 for QInputEvent. Which one is correct?