eek-gtk-keyboard: Trigger event feedback on button press

Use libfeedback to trigger feedback for the button press event.

Closes: #166
This commit is contained in:
Guido Günther
2020-01-29 18:19:38 +01:00
parent e89c9b02a0
commit ec58442724
4 changed files with 67 additions and 1 deletions

View File

@ -49,6 +49,7 @@ struct _EekGtkKeyboardClass
GType eek_gtk_keyboard_get_type (void) G_GNUC_CONST;
GtkWidget *eek_gtk_keyboard_new (EekboardContextService *eekservice, struct submission *submission, struct squeek_layout_state *layout);
void eek_gtk_keyboard_emit_feedback (EekGtkKeyboard *self);
G_END_DECLS
#endif /* EEK_GTK_KEYBOARD_H */