Attempt a mode switch
This commit is contained in:
parent
6bdbbd201d
commit
5f4af5880b
15 changed files with 607 additions and 7 deletions
|
|
@ -12,4 +12,9 @@ typedef struct message {
|
|||
size_t ev_size;
|
||||
|
||||
volatile uint32_t flags;
|
||||
} message_t;
|
||||
} message_t;
|
||||
|
||||
#define INPUT_FILTER_RESULT_OK 0
|
||||
#define INPUT_FILTER_RESULT_DO_NOT_EMIT 1
|
||||
|
||||
typedef int (*input_filter_t)(struct input_event*, size_t*, uint32_t*);
|
||||
Loading…
Add table
Add a link
Reference in a new issue