ParsecHookStatusCallback
typedef void(* ParsecHookStatusCallback) (ParsecStatus e, void *opaque )
The return status of the hook that happened on the graphios layer ParsecHostHookStart
.
Passed to each of the renderer game hook.
Parameters
Name | Description |
---|---|
e | Appropriate ParsecStatus error returned on hooking error. |
opaque | User supplied context passed to each of the renderer game hooks. |