How do I simulate the mouse and keyboard using C# or C++?
Posted
by
Art
on Game Development
See other posts from Game Development
or by Art
Published on 2011-11-17T20:10:14Z
Indexed on
2011/11/18
2:04 UTC
Read the original article
Hit count: 290
I want to start develop for Kinect, but hardest theme for it - how to send keyboard and mouse input to any application. In previous question I got an advice to develop my own driver for this devices, but this will take a while.
I imagine application like a gate, that can translate SendMessage's into system wide input or driver application with API to send this inputs. So I wonder, is there are drivers or simulators that can interact with C# or C++?
Small edition: SendMessage, PostMessage, keybd_event will work only on Windows application with common messages loop. So I need driver application that will work on low, kernel, level.
© Game Development or respective owner