cnq3/code/win32/win_help.h
myT 70f301e4ff cvar help extension
cvar type+range extension
module tracking for cvars and commands
lots of help text
2017-10-03 19:11:10 +02:00

9 lines
251 B
C

#define help_in_mouse \
"mouse input mode\n" \
" 0 = disabled\n" \
" 1 = raw input\n" \
" 2 = win32 input"
#define help_in_minimize \
"hotkey to minimize/restore the window\n" \
"Use /minimizekeynames to print the list of usable key names."