eclipse / swtchart

Eclipse Public License 2.0
44 stars 41 forks source link

macOS - key and mouse events #257

Closed eselmeister closed 2 years ago

eselmeister commented 2 years ago

It seems, that some key and mouse events are handled differently on macOS than on Windows and Linux. It would be great to setup a demo with logging options to inspect the behavior on macOS.

eselmeister commented 2 years ago

Just run the DemoChart as a simple Java Application:

Bildschirmfoto von 2021-08-11 11-48-43

Test:

Range Selection (left mouse button pressed - draw rectangle) Distance Selection (CTRL + left mouse button pressed - draw line)

Bildschirmfoto von 2021-08-11 11-39-55

The system logging should give a hint, how the CTRL key is handled on macOS.