mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-15 00:31:29 +00:00
10 lines
251 B
C
10 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."
|