Get Events from evdev

This commit is contained in:
Florian Märkl 2020-06-21 21:30:46 +02:00
commit d9d89f7122
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
6 changed files with 108 additions and 10 deletions

View file

@ -22,5 +22,6 @@ typedef struct setsu_ctx_t SetsuCtx;
SetsuCtx *setsu_ctx_new();
void setsu_ctx_free(SetsuCtx *ctx);
void setsu_ctx_run(SetsuCtx *ctx);
#endif