Skip to content

Set timestamp for input events

Marco Martin requested to merge work/mart/eventTimestamps into master

set the time for mouse and touch events. especially for the mouse is important as the timestamp will be used to discriminate between single and double click. previously was always sending the doubleclick event making buttons work only every other time

BUG:454275 BUG:449907

Merge request reports