Skip to content

Commit

Permalink
basewidget: add modifier state debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
LBCrion committed Aug 2, 2023
1 parent de2c52e commit 61c20d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/basewidget.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ GdkModifierType base_widget_get_modifiers ( GtkWidget *self )
else
state = 0;

g_debug("modifier state: %d", state);
return state;
}

Expand Down

0 comments on commit 61c20d0

Please sign in to comment.