Releases: alanjmrt94/mouse
Releases · alanjmrt94/mouse
0.8.0 (untested)
0.8.0 (untested)
- [All] Invokes callback with args when the right button is pressed, clicked and double clicked.
- [All] Invokes callback with args when the middle button is pressed, clicked and double clicked.
- [All] Add ability to set default fps for mouse.move().
- [All] Add missings definitions for right, left and middle clicks.
- [All] Add missings tests for right, left and middle clicks.
- [Linux] Fix linux segfault when no display.
- [Linux] Allow non-root users of appropriate groups to use module in Linux.
- [Linux] Fix mouse movements/hooks work, but mouse clicks do not.
Known issues:
- Segmentation fault (core dumped) when calling Gtk.menu popup (Linux) (See: boppreh#104)