fix: parameter name

fix/data-structure
paring 2022-11-06 03:23:25 +00:00
parent 9284a86dab
commit 487e61e7bb
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ The exported functions are simple. Just `start_hook` and `stop_hook`
### start_hook ### start_hook
```cs ```cs
public static delegate void HookCallback(NativeEvent event); public static delegate void HookCallback(NativeEvent ev);
[DllImport("skyhook", EntryPoint = "start_hook")] [DllImport("skyhook", EntryPoint = "start_hook")]
public static extern void StartHook(HookCallback callback); public static extern void StartHook(HookCallback callback);