Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| So it seems that my brilliant idea was a bit lousy. I do not see what
| Qt machinery could help us, except perhaps QApplication::postEvent. We
| could setup an eventFilter for the application that fileters user
| input events and posts them for later.
>
| I am not even sure it would work, but it is similar to the idea of
| queueing key events for later use.

Then I think a queueing solution with coalescing of events is nicer.

Then we just need a timer that kicks in some 10-20 times a second to
check the queue and do the real work.

-- 
        Lgb

Reply via email to