Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/visual-vincent/inputhelper
A .NET friendly library for simulating mouse and keyboard input.
https://github.com/visual-vincent/inputhelper
c-sharp dotnet dotnet-core dotnet-framework hook hooking hooks input-simulation keyboard keyboard-emulation mouse mouse-emulation sendinput visual-basic visualbasic visualstudio
Last synced: about 1 month ago
JSON representation
A .NET friendly library for simulating mouse and keyboard input.
- Host: GitHub
- URL: https://github.com/visual-vincent/inputhelper
- Owner: Visual-Vincent
- License: bsd-3-clause
- Created: 2017-07-31T17:59:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T13:17:30.000Z (about 1 year ago)
- Last Synced: 2023-12-07T14:29:13.172Z (about 1 year ago)
- Topics: c-sharp, dotnet, dotnet-core, dotnet-framework, hook, hooking, hooks, input-simulation, keyboard, keyboard-emulation, mouse, mouse-emulation, sendinput, visual-basic, visualbasic, visualstudio
- Language: Visual Basic .NET
- Homepage:
- Size: 101 KB
- Stars: 14
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InputHelper
[![Downloads](https://img.shields.io/github/downloads/Visual-Vincent/InputHelper/total)](https://github.com/Visual-Vincent/InputHelper/releases) [![License](https://img.shields.io/github/license/Visual-Vincent/InputHelper)](https://github.com/Visual-Vincent/InputHelper/blob/master/LICENSE)A .NET friendly library for handling, simulating and intercepting mouse and keyboard input.
## Requirements
- Windows 7 SP1 or newer (may work on XP/Vista as well, but this has not been tested)
- .NET Framework: 3.5 / 4.0-4.8, _or:_
- .NET Core (Desktop Runtime): 3.1 / 5.0 / 6.0 / 7.0 / 8.0## Precompiled download
A precompiled version of the library (DLL) can be found in the [**Releases** section](https://github.com/Visual-Vincent/InputHelper/releases) of this repository.## Documentation
See the project's [Wiki page](https://github.com/Visual-Vincent/InputHelper/wiki).## Questions, Feature requests, Bug reports, etc.
Have any questions, need help with your code, want to report a bug or simply suggest a new feature?
Feel free to write a ticket on the [Issue tracker](https://github.com/Visual-Vincent/InputHelper/issues) and I'll get back to you as soon as I can!