fvdhoef / aquarius-plus

Official Aquarius+ repository
MIT License
43 stars 9 forks source link

Enhancement to ESP_GETMOUSE #69

Closed RevCurtisP closed 7 months ago

RevCurtisP commented 7 months ago

Add byte to end of ESP_GETMOUSE data with mouse wheel delta value. ESP_GETMOUSE sends the result before the mouse data, so existing code should still work without error.

fvdhoef commented 7 months ago

Implemented.