A global mouse and keyboard hook for vvvv gamma. In contrast to the GlobalHook stuff posted in the forum and the chat beforehand this package is not based on MouseKeyHook but on SharpHook by Tolik Pylypchuk.
After some deliberation I chose Sharphook because:
- it doesn’t depend on Windows.Forms
- it is cross plattform
- the hook runs its event handlers on other threads and should behave nicer
when vvvv runs at lower framerates for some reason
For more info please check:
https://sharphook.tolik.io/v3.1.1/articles/intro.html
To use latest version, install via nuget
nuget install VL.IO.MouseKeyGlobal
Edit:
Latest version (1.3.0) supports keyboard simulation.