cnq3/code/win32/win_help.h

10 lines
251 B
C
Raw Normal View History

#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."