[gnome-builder] libide/terminal: trace the button press/location/count



commit 2789a1b1c5196d5d2f9b69e015c275ecab920f73
Author: Christian Hergert <chergert redhat com>
Date:   Thu Oct 6 17:25:34 2022 -0700

    libide/terminal: trace the button press/location/count

 src/libide/terminal/ide-terminal.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/libide/terminal/ide-terminal.c b/src/libide/terminal/ide-terminal.c
index 47acd3f3a..e2514efa6 100644
--- a/src/libide/terminal/ide-terminal.c
+++ b/src/libide/terminal/ide-terminal.c
@@ -282,6 +282,8 @@ ide_terminal_click_pressed_cb (IdeTerminal     *self,
 
   button = gtk_gesture_single_get_current_button (GTK_GESTURE_SINGLE (click));
 
+  IDE_TRACE_MSG ("n_presses=%d x=%lf y=%lf button=%d", n_presses, x, y, button);
+
   if (button == 1)
     {
       if (priv->url != NULL)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]