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

Function Key_Unbindall_f

code/client/cl_keys.cpp:1001–1006  ·  view source on GitHub ↗

=================== Key_Unbindall_f =================== */

Source from the content-addressed store, hash-verified

999===================
1000*/
1001void Key_Unbindall_f( void ) {
1002 for ( int i=0; i<MAX_KEYS; i++ ) {
1003 if ( kg.keys[i].binding )
1004 Key_SetBinding( i, "" );
1005 }
1006}
1007
1008/*
1009===================

Callers

nothing calls this directly

Calls 1

Key_SetBindingFunction · 0.70

Tested by

no test coverage detected