mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-14 16:30:36 +00:00
70f301e4ff
cvar type+range extension module tracking for cvars and commands lots of help text
9 lines
251 B
C
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."
|