register_wndproc_hook

Registers a function which gets called on every input. It returns an ID used for unregistering the hook.

int register_wndproc_hook(function(int msg, int wparam, int lparam) callback)

Last updated