Nice variant to def mouseDragged(self, *args):
!
But given the parameter my isnβt used, just mx, just go w/ def mouseDragged(self, mx, *_):
.
Also, no need for self.hover = False
inside __init__()
though.
Parent ActiveElement controls that property by itself.