Hi Alexey ;),
> There is such task: I need to grab all mouse and keyboard events on some
> screen, do something after each event, and generate that events back to
> applications. >
Check for the 'ReplayPointer'/'ReplayKeyboard' flags to XAllowEvents, i
think that is what you need. You can grab
Hello.
There is such task: I need to grab all mouse and keyboard events on some screen, do
something after each event, and generate that events back to applications.
I try to do it like follows:
At first I grab mouse, remove first event from the queue, (here I must do smth.),
ungrab the pointe