MediatedCommunications / WindowsInput

Capture and Simulate Keyboard and Mouse Input
MIT License
115 stars 17 forks source link

Cant use the input #21

Closed ghost closed 1 year ago

ghost commented 2 years ago

Ive downloaded the package with windowsinput but whenever i try to use it it just says "The type or namespace name 'WindowsInput' could not be found (are you missing a using directive or an assembly reference?)"

Kristoffeh commented 1 year ago

I started using it a few days ago and works like a charm for me. From the looks of it, you may have forgotten to add the asssembly reference.

You need using WindowsInput;

If you already had that, then you need to right click on your Project => Add => Project Reference and find your file =D