From c8b405b6798e3731eb9a71fcd753745f224ce698 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 27 Nov 2013 10:35:26 +0100 Subject: input: add core bits of the new input layer Register and unregister handlers. Event dispatcher code. Signed-off-by: Gerd Hoffmann --- include/ui/input.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 include/ui/input.h (limited to 'include/ui') diff --git a/include/ui/input.h b/include/ui/input.h new file mode 100644 index 0000000000..3cf3641243 --- /dev/null +++ b/include/ui/input.h @@ -0,0 +1,32 @@ +#ifndef INPUT_H +#define INPUT_H + +#include "qapi-types.h" + +#define INPUT_EVENT_MASK_KEY (1<