libei/src
Peter Hutterer 2e4ce7008b libei: implement ei_peek_event()
At least for the test suite, I'll need something that allows me to look at an
event without removing it from the event queue. Just the event type isn't
enough, I need things like "what are the caps on the device". Simplest way to
allow this is a peek function that doesn't remove the event from the queue.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2020-08-06 15:19:03 +10:00
..
libei-device.c libei: implement device_get_name() 2020-08-06 15:19:03 +10:00
libei-fd.c libei: add a backend to work off a single fd 2020-08-06 15:12:19 +10:00
libei-private.h libei: implement device_get_name() 2020-08-06 15:19:03 +10:00
libei-socket.c libei: remove unused connection field 2020-08-06 15:12:19 +10:00
libei.c libei: implement ei_peek_event() 2020-08-06 15:19:03 +10:00
libei.h libei: implement ei_peek_event() 2020-08-06 15:19:03 +10:00
libeis-client.c Implement pointer button and keyboard key events 2020-08-03 12:00:31 +10:00
libeis-device.c Implement pointer button and keyboard key events 2020-08-03 12:00:31 +10:00
libeis-private.h libeis: switch to a single eis_new() function 2020-08-06 15:12:19 +10:00
libeis-socket.c libeis: rename to eis_setup_backend_socket() 2020-08-06 15:12:19 +10:00
libeis.c libeis: switch to a single eis_new() function 2020-08-06 15:12:19 +10:00
libeis.h libeis: rename to eis_setup_backend_socket() 2020-08-06 15:12:19 +10:00
util-bits.h Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-io.h Use send() instead of write() to prevent SIGPIPE 2020-07-31 14:27:18 +10:00
util-list.c Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-list.h Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-logger.c utils: Rename OBJECT_DECLARE... to OBJECT_IMPLEMENT 2020-08-03 07:34:52 +10:00
util-logger.h Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-macros.h Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-mem.h Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-object.h utils: Rename OBJECT_DECLARE... to OBJECT_IMPLEMENT 2020-08-03 07:34:52 +10:00
util-sources.c utils: rename the sources close behavior for extra clarity 2020-08-06 15:12:19 +10:00
util-sources.h libei: fix source removal on ei_disconnect 2020-08-06 15:12:19 +10:00
util-strings.c Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00
util-strings.h Add the minimal implementation for a UNIX socket libeis server 2020-07-28 19:33:34 +10:00