Embarcadero / DelphiVCL4Python

Delphi's VCL library as a Python module for building Windows GUI
Other
254 stars 55 forks source link

Expose mouse wheel #74

Open MGBergweiler opened 1 year ago

MGBergweiler commented 1 year ago

Mouse wheel events are not exposed. Se attached file with the proposed addition.

Wrapps OnMouseWheel and OnMouseWheelDown. OnMouseWheelUp is then automatically exposed.

WrapVclControls.zip