mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-12 23:44:29 +00:00
3c52752dd3
added con_drawHelp and con_col* letting the mod know we support the "cap_ExtraColorCodes" extension con_colText overrides ^7 in the console and the help panel extended console back scroll arrows all the way
9 lines
365 B
C
9 lines
365 B
C
#define help_in_mouse \
|
|
"mouse input mode\n" \
|
|
S_COLOR_VAL " 0 " S_COLOR_HELP "= Disabled\n" \
|
|
S_COLOR_VAL " 1 " S_COLOR_HELP "= Raw input\n" \
|
|
S_COLOR_VAL " 2 " S_COLOR_HELP "= Win32 input"
|
|
|
|
#define help_in_minimize \
|
|
"hotkey to minimize/restore the window\n" \
|
|
"Use " S_COLOR_CMD "minimizekeynames " S_COLOR_HELP "to print the list of usable key names."
|