For the complete documentation index, see llms.txt. This page is also available as Markdown.

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