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
The demo looks correct in git-bash on Windows, however it does not respond to mouse movement, click, and scroll events. It would be helpful to extend the existing drivers or driver selection to take this scenario into account. While the platform check will show "Windows", git-bash supports the event types in the Linux driver instead.
0;70;13M #left mouse button down
0;70;13m #left mouse button up
It's possible that a more nuanced environment check and loading the Linux driver in that case may enable it to work as expected.
The text was updated successfully, but these errors were encountered:
The demo looks correct in git-bash on Windows, however it does not respond to mouse movement, click, and scroll events. It would be helpful to extend the existing drivers or driver selection to take this scenario into account. While the platform check will show "Windows", git-bash supports the event types in the Linux driver instead.
0;70;13M #left mouse button down
0;70;13m #left mouse button up
It's possible that a more nuanced environment check and loading the Linux driver in that case may enable it to work as expected.
The text was updated successfully, but these errors were encountered: