Window does not move when dragged.  I have narrowed down the problem to the [`OnMouseDown`](https://github.com/DogOSdev/DogOS/blob/GUI/DogOS/GUI/CompositeWidget.cs#L38) event of the `CompositeWidget` not activating. Why it is not activating I don't know. `Widget`'s [`OnMouseDown`](https://github.com/DogOSdev/DogOS/blob/GUI/DogOS/GUI/Widget.cs#L57) works and the [`OnMouseState`](https://github.com/DogOSdev/DogOS/blob/GUI/DogOS/GUI/Widget.cs#L68) works too.
Window does not move when dragged.
I have narrowed down the problem to the
OnMouseDownevent of theCompositeWidgetnot activating.Why it is not activating I don't know.
Widget'sOnMouseDownworks and theOnMouseStateworks too.