Peter Hutterer writes:
> On 30/11/2013 02:42 , Ben Gamari wrote:
>> It seems that when keyboard input is in its paused state only the
>> device events are delivered. The core keyboard events are only
>> delivered after another mouse event has occurred.
>
> ok, what's happening here is that (most
Peter Hutterer writes:
>
> ok, what's happening here is that (most likely) the device is frozen.
> Event delivery works that for each event, dev->public.processInputProc
> is called. That is usually ProcessOtherEvents(), but if the device is
> frozen from a sync grab, that func is EnqueueEvents