Y
Hacker News
new
|
ask
|
show
|
jobs
by
rubidium
5206 days ago
It was just a matter of time before someone stopped using a mouse and started some scripts.
1 comments
xentac
5206 days ago
Yeah, I limit the number of moves you can make per second, but mice/multi-touch move pretty fast...
link
DanBC
5206 days ago
Do you take into account mouse acceleration?
link
xentac
5206 days ago
It just reads mouse move events, so there are only so many per second. If you send me more events than I allow, I drop the rest of them on the floor.
link