MCPcopy Create free account
hub / github.com/JACoders/OpenJK / trap_Key_SetBinding

Function trap_Key_SetBinding

code/ui/ui_syscalls.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void trap_Key_SetBinding( int keynum, const char *binding )
90{
91 Key_SetBinding( keynum, binding);
92}
93
94qboolean trap_Key_GetOverstrikeMode( void )
95{

Callers

nothing calls this directly

Calls 1

Key_SetBindingFunction · 0.50

Tested by

no test coverage detected