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
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
In short, subscriptions is set to [ups, moves] if the mouse is down, and [downs] otherwise. With this configuration, move events don't end up getting delivered to the update function. If you change the isDown == true branch to be [ups, downs, moves], move events are delivered.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sorry for the strange issue title - I don't know of a better way to describe this. Here's some example code:
https://gist.github.com/hoelzro/7ec33aaf951cdc5e86eaa9683926fc66
In short,
subscriptions
is set to[ups, moves]
if the mouse is down, and[downs]
otherwise. With this configuration, move events don't end up getting delivered to theupdate
function. If you change theisDown == true
branch to be[ups, downs, moves]
, move events are delivered.The text was updated successfully, but these errors were encountered: