Around 20 o'clock on Sep 25, Juliusz Chroboczek wrote:

> JG> So you still have to do a select/poll, read all pending input
> JG> events on all different devices, and merge the events in the 
> JG> server into a single stream in time stamp order.
> 
> Can that happen in dix, or should it be below?

(responding to self greatly discouraged, but still...)

Actually, because the event timestamps visible in the server are so coarse
(1ms), it might be better to perform the reordering using the kernel event
timestamps.  This could be done by having the input processing code read a 
single event from each input device and selecting the order to enqueue 
them by kernel timestamps.

-keith


_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to