Simplify key press handling

This commit is contained in:
Dorota Czaplejewicz
2019-06-19 16:05:37 +00:00
parent 260ab42b9e
commit 3b9e066ec8
2 changed files with 9 additions and 19 deletions

View File

@ -85,9 +85,6 @@ struct _EekKeyboardClass
guint keycode);
/* signals */
void (* key_pressed) (EekKeyboard *self,
EekKey *key,
guint32 timestamp);
void (* key_released) (EekKeyboard *self,
EekKey *key);