-
Is there a way to throttle the amount of events you got for OnMove? Currently you get events for very small differences in x/y coordinate changes. Is there a way with this lib to throttle those? |
Beta Was this translation helpful? Give feedback.
Answered by
dbismut
May 30, 2023
Replies: 1 comment
-
This lib is low level: how would you throttle a regular event listener? If you have an answer to this, you have an answer to your question. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Todilo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This lib is low level: how would you throttle a regular event listener? If you have an answer to this, you have an answer to your question.