Using multiple instances of PyUserInput, windowed
I saw this question on StackOverflow:
I'm using PyUserInput and I want to run multiple python scripts in separate windows is it possible to make the script run inside of a window while still allowing me to do other things with my mouse and keyboard simultaneously? I'm using the latest version of ubuntu and python 2.7.3
how can I attach python code to a window?
I think this is an interesting question. I think it might be possible, but certainly not at the moment. I'll need to research and think about it, does anyone have any insight into how to implement this?
Is there any way of working out which window has focus, and then when a named window has focus, start logging the events??
(I realise thats the question re-hashed... just thought it may help!)