Python Forum
mouse 0.7.0 - mouse polling hate 125-1000hz
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mouse 0.7.0 - mouse polling hate 125-1000hz
#1
Hi guys, i need your help!

I installed mouse 0.7.0 by pip install mouse.

This mouse api works fine on an aplication designed to mouses 125hz, but i cant use on 1000hz polling rate.

how can i "import mouse" and hook it to a 1000hz mouse?

My aplication is to paste and copy some infos on a website (in real time) and paste in to word (for data control), but i cant use it with a 1000hz mouse.

the code use win32api.mouse_event and mouse.is_pressed.

Sorry my bad english.

I thank any help.
Reply
#2
you can look through the source code here: https://github.com/boppreh/mouse
All mouse actions (in this application) are event driven, so unless there is some sort of internal (to program) delay that is being injected,
I would expect it able to handle whatever the driver is capable of handling.
If you have a github account, you can login and access the author's email here: https://github.com/boppreh
I's ask author first.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to not open the context menu if a mouse gesture is executed? MicheliBarcello 2 639 Aug-22-2023, 02:47 PM
Last Post: deanhystad
  mouse move event/cinfiguration ttk/python janeik 4 981 Jul-03-2023, 05:30 PM
Last Post: deanhystad
  python311 tkinter moving mouse event. janeik 1 864 Jul-01-2023, 02:00 PM
Last Post: deanhystad
Thumbs Down I hate "List index out of range" Melen 20 3,154 May-14-2023, 06:43 AM
Last Post: deanhystad
  Non repetitive mouse click Sartre 5 1,376 Apr-22-2023, 06:46 PM
Last Post: deanhystad
  Issue getting mouse location finndude 1 702 Oct-12-2022, 03:15 PM
Last Post: deanhystad
  how to mouse click a specific item in pygame? Frankduc 5 1,661 May-03-2022, 06:22 PM
Last Post: Frankduc
  Creating a TG crypto Bot_ problem when trying to with bot.polling p1ner0 1 1,383 Apr-27-2022, 03:43 AM
Last Post: p1ner0
  help with python mouse script z4rxxxx 0 1,103 Jan-15-2022, 04:39 PM
Last Post: z4rxxxx
  mouse library demands root access ineuw 2 2,614 Jul-08-2021, 11:41 PM
Last Post: ineuw

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020