How to get keyboard and mouse input (what buttons are currently pressed) && also how to send output (make the mouse click at a specific position in another program). If you could also add comments on what different things do and why you use them would be terrific 😀
Cheers! //Daniel
How to get keyboard and mouse input (what buttons are currently pressed) && also
Share
This may not be a very good solution but bad as i am (didnt understand how to use the other ones that were suggested) i chose the siple way out… i used
using Microsoft.Xna.Framework.Input;after getting the xna framework reference, then i simply went ahead and didkeyboardstate currentkeyboard = keyboard.getstate🙂 same with mouse