Open TaromaruYuki opened 2 years ago
Window does not move when dragged.
I have narrowed down the problem to the OnMouseDown event of the CompositeWidget not activating.
OnMouseDown
CompositeWidget
Why it is not activating I don't know. Widget's OnMouseDown works and the OnMouseState works too.
Widget
OnMouseState
Window does not move when dragged.
I have narrowed down the problem to the
OnMouseDown
event of theCompositeWidget
not activating.Why it is not activating I don't know.
Widget
'sOnMouseDown
works and theOnMouseState
works too.