🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

Indieteur.GlobalHooks

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Indieteur.GlobalHooks

Allows you to listen for Global Keyboard and Mouse events so even if your application is inactive, it'll still capture Mouse and Keyboard input. This can be used to make global keyboard shortcuts for example.

1.0.0
Source
NuGet
Version published
Maintainers
1
Created
Source

------Mouse and Keyboard Global Hook Readme------

------Guide------

  • In order to use the library, you will first need to add it as a reference to your project which should automatically be done by the Nuget package manager. If it isn't, the assembly name of the library is Indieteur.GlobalHooks.
  • The namespace that contains the useable class is "Indieteur.GlobalHooks".
  • There are two instantiable class that you can use which are GlobalKeyHook and GlobalMouseHook.
  • The GlobalKeyHook handles global keyboard events while the GlobalMouseHook handles the global mouse events.
  • Both the GlobalKeyHook and the GlobalMouseHook contains events that you can subscribe to in order to receive input from either the keyboard or the mouse globally. If you want to know more about these events, you can use the Object Browser to view their summarized descriptions.

A demonstration of the library is available on https://github.com/Indieteur/GlobalHooks/tree/master/Demo

Finally, if you're using this on your project, please consider supporting me by donating through:

Keywords

Keyboard

FAQs

Package last updated on 19 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts