fix: parameter name
parent
9284a86dab
commit
487e61e7bb
|
@ -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);
|
||||||
|
|
Reference in New Issue