input-events

Hooking and controlling a background process's input events

Hi, I'm currently researching ways to hook a process and take control of it using mouse/keyboard events whilst it is in the background (Ala, not the active window). I guess you could think of it as a more advanced macro that doesn't require the targeted window/process to be active. Now I know the process hooking code is abundantly well...