Is it currently possible to intercept keyboard/mouse events? What I want to do is intercept inputs from a particular program or the OS, do some processing, and optionally send those (or different) inputs back. I looked through the API and I can't seem to find anything that would help me achieve this.
Is it currently possible to intercept keyboard/mouse events? What I want to do is intercept inputs from a particular program or the OS, do some processing, and optionally send those (or different) inputs back. I looked through the API and I can't seem to find anything that would help me achieve this.