DogOSdev / DogOS

A Operating System made with Cosmos and in C#. 🐕
https://DogOSdev.github.io/
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

[BUG] Window does not move when dragged. #17

Open TaromaruYuki opened 2 years ago

TaromaruYuki commented 2 years ago

Window does not move when dragged.

bochs_9mY1F2rTwl

I have narrowed down the problem to the OnMouseDown event of the CompositeWidget not activating.

Why it is not activating I don't know. Widget's OnMouseDown works and the OnMouseState works too.