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

Function trap_Key_SetCatcher

code/ui/ui_syscalls.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116void Key_SetCatcher( int catcher );
117
118void trap_Key_SetCatcher( int catcher )
119{
120 Key_SetCatcher( catcher );
121}
122/*
123void trap_GetClipboardData( char *buf, int bufsize ) {
124 syscall( UI_GETCLIPBOARDDATA, buf, bufsize );

Callers 4

UI_RunMenuScriptFunction · 0.70
_UI_KeyEventFunction · 0.70
UI_LoadMenu_fFunction · 0.70
UI_SaveMenu_fFunction · 0.70

Calls 1

Key_SetCatcherFunction · 0.50

Tested by

no test coverage detected