On Friday, 21 May 2021 at 12:28:36 UTC, Alain De Vos wrote:
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 ?

Not a gtk user, but maybe this will help (has quite a list of examples on gtkd, newest first)

https://gtkdcoding.com/

Reply via email to