donotturnoff / aerend

My third year project
0 stars 0 forks source link

Investigate why dragging window sometimes fails #103

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

Dragging a window sometimes fails. This might be due to the click not being registered before the mouse movement (which could be fixed by defining an ordering of event handlers), or something else.

donotturnoff commented 2 years ago

This is much rarer with the new mouse code