Re: Question about GdkEventButton in gtkmm-4.0

2022-10-07 Thread Aaron Scheinberg via gtkmm-list
EventController. > https://gnome.pages.gitlab.gnome.org/gtkmm/classGtk_1_1EventController.html > Den 2022-10-06 kl. 23:57, skrev Aaron Scheinberg via gtkmm-list: > > Hello, > > I hope this is the right place for this, sorry if not! > > I'm trying to implement an example gtkmm 3.0 code in gtkmm

Question about GdkEventButton in gtkmm-4.0

2022-10-06 Thread Aaron Scheinberg via gtkmm-list
Hello, I hope this is the right place for this, sorry if not! I'm trying to implement an example gtkmm 3.0 code in gtkmm 4.0 and ran into a problem. The goal is to get the cursor's coordinates and what type of click occurred when clicking on a button. In gtkmm 3.0, I could use GdkEventButton, as