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 ?

Reply via email to