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
I've tried running grab example on MacOS Sonoma - and it works, the tab KeyPress gets discarded. However, when I tried to achieve the same behavior for MouseMove events, it didn't work:
I've tried running
grab
example on MacOS Sonoma - and it works, the tabKeyPress
gets discarded. However, when I tried to achieve the same behavior forMouseMove
events, it didn't work:Is it not possible to discard
MouseMove
the same way as we can discardKeyPress
events?The text was updated successfully, but these errors were encountered: