diff --git a/src/Uno.UI.Runtime.Skia.MacOS/UnoNativeMac/UnoNativeMac/UNOWindow.m b/src/Uno.UI.Runtime.Skia.MacOS/UnoNativeMac/UnoNativeMac/UNOWindow.m index 38a397fdf581..9d9a6ddc5142 100644 --- a/src/Uno.UI.Runtime.Skia.MacOS/UnoNativeMac/UnoNativeMac/UNOWindow.m +++ b/src/Uno.UI.Runtime.Skia.MacOS/UnoNativeMac/UnoNativeMac/UNOWindow.m @@ -911,8 +911,7 @@ - (void)sendEvent:(NSEvent *)event { // other NSTimeInterval ts = event.timestamp; - // The precision of the frameId is 10 frame per ms ... which should be enough - data.frameId = (uint)(ts * 1000.0 * 10.0); + data.frameId = (uint)(ts * 10.0); NSDate *now = [[NSDate alloc] init]; NSDate *boot = [[NSDate alloc] initWithTimeInterval:uno_get_system_uptime() sinceDate:now];