We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19da69f commit 955fd44Copy full SHA for 955fd44
src/Uno.UI.Runtime.Skia.MacOS/UnoNativeMac/UnoNativeMac/UNOWindow.m
@@ -912,7 +912,7 @@ - (void)sendEvent:(NSEvent *)event {
912
NSTimeInterval ts = event.timestamp;
913
914
data.frameId = (uint)(ts * 10.0);
915
- data.timestamp = (uint64)(ts * 1000000);
+ data.timestamp = (uint64)(ts * 1000000.0);
916
917
handled = uno_get_window_mouse_event_callback()(self, &data);
918
#if DEBUG_MOUSE // very noisy
0 commit comments