Winput Versions Save

winput Python extention - capture and send keyboard and mouse input on Windows

1.5.0

1 year ago
  • Added input suppression
  • Added type hints

1.4.0

2 years ago
  • Added DPI awareness functions
    • set_DPI_aware()
    • get_window_scaling_factor()

1.3.0

2 years ago
  • additional_data is now correctly of int type for mosue wheel events
  • Fixed horizontal mouse wheel events not being fired
  • Fixed release function for extra mouse buttons
  • Fixed move_mousewheel only moving the mouse wheel by 1/120.

1.2.1

4 years ago

1.2.0

4 years ago

Added functions to send input.

Improved README.

A few other fixes and improvements.

1.0.0

4 years ago

First release