Open
Description
I noticed the OnMouseX events in TPaintBox are not handled.
File "frmMain.py", line 21, in init
self.PaintBox.OnMouseDown = 1#self.MouseDown
AttributeError: Error in setting property OnMouseDown
Error: You can only assign a callable to method property "OnMouseDown"
even though the field is present.
I note from
https://en.delphipraxis.net/topic/6011-onmousedownup-events/
which suggests MouseEvents are not yet handled. This seems a bit of an oversight