MGBergweiler
MGBergweiler
Mouse wheel events are not exposed. Se attached file with the proposed addition. Wrapps OnMouseWheel and OnMouseWheelDown. OnMouseWheelUp is then automatically exposed. [WrapVclControls.zip](https://github.com/Embarcadero/DelphiVCL4Python/files/12704902/WrapVclControls.zip)
X and Y axes were inverted. Fixes issue #42.
The syntax highlighter does not expect underscores between digits in numeric literals, matter of PEP 515 implemented in Python 3.6, marking them in red as if it were a syntax...