donotturnoff / aerend

My third year project
0 stars 0 forks source link

Investigate mouse event semantics #144

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

E.g. should moves and scrolls include button state? Should mouse events capture modifier key state?

donotturnoff commented 2 years ago

MouseClickEvent should contain the absolute position of the click. Probably the same for MousePressEvent and MouseReleaseEvent.