gtkd ,drawingarea, capture mouse pressed

Alain De Vos devosalain at ymail.com
Fri May 21 12:28:36 UTC 2021


On a gtkd drawingarea I want to capture the mouse-pressed event 
and get the coordinates of the pointer on the area.
I have
```
addEvents(GdkEventMask.BUTTON_PRESS_MASK);
```
Maybe I must add a signal-handler ?


More information about the Digitalmars-d-learn mailing list