Touch support

Single stream of touch events.
This commit is contained in:
Dorota Czaplejewicz
2019-06-29 11:50:48 +00:00
parent bcd0d40912
commit 050fd6f3ba
2 changed files with 89 additions and 69 deletions

View File

@ -47,6 +47,8 @@ struct _EekGtkKeyboard
/*< private >*/
GtkDrawingArea parent;
GdkEventSequence *sequence; // unowned reference
EekGtkKeyboardPrivate *priv;
};