Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bj-rn/VL.IO.MouseKeyGlobal
Global mouse and keyboard hook for vvvv gamma.
https://github.com/bj-rn/VL.IO.MouseKeyGlobal
vl vvvv
Last synced: 2 months ago
JSON representation
Global mouse and keyboard hook for vvvv gamma.
- Host: GitHub
- URL: https://github.com/bj-rn/VL.IO.MouseKeyGlobal
- Owner: bj-rn
- License: mit
- Created: 2022-09-17T08:40:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T11:59:08.000Z (9 months ago)
- Last Synced: 2024-12-05T23:45:34.582Z (2 months ago)
- Topics: vl, vvvv
- Language: C#
- Homepage:
- Size: 896 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vl - VL.IO.MouseKeyGlobal - Global mouse and keyboard hook (Libraries / Devices)
README
# VL.IO.MouseKeyGlobal
Global mouse and keyboard hook for vvvv gamma.
Based on [SharpHook](https://github.com/TolikPylypchuk/SharpHook) by [Tolik Pylypchuk](https://tolik.io/).## Using the library
In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) in the VL documentation. As described there you go to the commandline and then type:nuget install VL.IO.MouseKeyGlobal
Try it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net### License
### [MIT](https://github.com/bj-rn/VL.IO.MouseKeyGlobal/blob/master/LICENSE)