Skip to content

paring-chan/SkyHook-Unity

Repository files navigation

SkyHook-Unity

SkyHook for Unity.

Installation

  1. Open package manager with Window -> Package Manager.
  2. Click + button and find Add package from git URL.... Add package from git URL
  3. Paste git+https://git.pikokr.dev/SkyHook/SkyHook-Unity.git and click Add button.

Usage

Starting and stopping the hook

SkyHookManager.StartHook(); // Starts the hook

SkyHookManager.StopHook(); // Stops the hook, this is automatically called on exit

Receiving key events

NOTE:

  • Label field for labelling keys' names such as F11
  • Key field is the raw key code from native module.
SkyHookManager.KeyUpdated.AddListener(ev => {
    // Your code
});

About

SkyHook for Unity. (Mirrored)

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages