Add libinput_next_event_type()
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 13 Dec 2013 07:58:50 +0000 (17:58 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 10 Jan 2014 01:23:57 +0000 (11:23 +1000)
commit8eac85e3fb20298acffa6750e620b5a83dec8940
tree9df551379518fe98ddb9c31704e1e8b9371092df
parent90fa77908bb6254acc819ec1f7b49613edf413d5
Add libinput_next_event_type()

Returns the event type of the next event pending in the queue. For systems
that have the device init state separate from the actual event procesing
(read: xorg drivers) we need to be able to peek at the next event type to
check for the end of any initialization events (seat/device added) and the
beginning of actual device input events.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/libinput.c
src/libinput.h