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
Window refreshes happen too frequently when the mouse moves around the canvas, and screen tearing is visible. Intercept mouse events in master_handler, and send a NEW_MOUSE reason to mode functions (which most will ignore instead of updating).
Window refreshes happen too frequently when the mouse moves around the canvas, and screen tearing is visible. Intercept mouse events in
master_handler
, and send aNEW_MOUSE
reason to mode functions (which most will ignore instead of updating).Also, move the cursor on mouse clicks.See #72.The text was updated successfully, but these errors were encountered: