You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x: f32, // X coordinate of the event relative to the main frame's viewport.
37
+
y: f32, // Y coordinate of the event relative to the main frame's viewport. 0 refers to the top of the viewport and Y increases as it proceeds towards the bottom of the viewport.
38
+
// Many optional parameters are not implemented yet, see documentation url.
0 commit comments