moses-palmer / pynput

Sends virtual input commands
GNU Lesser General Public License v3.0
1.79k stars 248 forks source link

How to add delay in on_move event? #395

Closed DaniloToroL closed 3 years ago

DaniloToroL commented 3 years ago

Is there a way to add a delay to the event? so that the callback is activated every x seconds?

moses-palmer commented 3 years ago

Tack you for your report.

No, there is nothing built-in to pynput to achieve this; you will have to code it yourself.