UTIL ReplaceKeyBindings
Jump to navigation
Jump to search
A UTIL function that looks up key bindings (indicated with %<command>%
) for commands and replaces them with the key bound to them, in string.

Usage
void UTIL_ReplaceKeyBindings( const wchar_t *inbuf, int inbufsizebytes, OUT_Z_BYTECAP(outbufsizebytes) wchar_t *outbuf, int outbufsizebytes )
Examples
Todo: Add examples.