mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
- Tweaked text in input configuration dialog.
- Changed version string to 0.2a-RC3 because RC2 build was sent out to testers earlier.
This commit is contained in:
parent
4527014e75
commit
33f35effaf
|
@ -257,33 +257,33 @@ void CInputs::PrintConfigureInputsHelp()
|
|||
{
|
||||
puts("For each control, use the following keys to map the inputs:");
|
||||
puts("");
|
||||
puts(" Return Set current input mapping and move to next control,");
|
||||
puts(" c Clear current input mapping and remain there,");
|
||||
puts(" s Set the current input mapping and remain there,");
|
||||
puts(" Return Set current input mapping and move to next control");
|
||||
puts(" c Clear current input mapping and remain there");
|
||||
puts(" s Set the current input mapping and remain there");
|
||||
puts(" a Append to current input mapping (for multiple assignments)");
|
||||
puts(" and remain there,");
|
||||
puts(" r Reset current input mapping to default and remain there,");
|
||||
puts(" Down Move onto next control,");
|
||||
puts(" Up Go back to previous control,");
|
||||
puts(" b Calibrate joystick axes,");
|
||||
puts(" i Display information about input system and attached devices,");
|
||||
puts(" h Display this help again,");
|
||||
puts(" q Finish and save all changes,");
|
||||
puts(" Esc Finish without saving any changes.");
|
||||
puts(" and remain there");
|
||||
puts(" r Reset current input mapping to default and remain there");
|
||||
puts(" Down Move onto next control");
|
||||
puts(" Up Go back to previous control");
|
||||
puts(" b Calibrate joystick axes");
|
||||
puts(" i Display information about input system and attached devices");
|
||||
puts(" h Display this help again");
|
||||
puts(" q Finish and save all changes");
|
||||
puts(" Esc Finish without saving any changes");
|
||||
puts("");
|
||||
puts("To assign input(s), simply press the appropriate key(s), mouse button(s)");
|
||||
puts("or joystick button(s) or move the mouse along one or more axes or move a");
|
||||
puts("To assign input(s), simply press the appropriate key(s), mouse button(s),");
|
||||
puts("joystick button(s), or move the mouse along one or more axes, or move a");
|
||||
puts("joystick's axis or POV hat controller(s). The input(s) will be accepted");
|
||||
puts("as soon as all pressed keys and buttons are released and all moved mouse");
|
||||
puts("and joystick controllers are returned to their rest positions.");
|
||||
puts("");
|
||||
puts("NOTES:");
|
||||
puts(" - in order to assign keys the configuration window must on top,");
|
||||
puts(" - in order to assign mouse buttons the mouse must be clicked");
|
||||
puts(" within the window,");
|
||||
puts(" - in order to assign mouse axes, the cursor must first be placed in");
|
||||
puts(" the center of the window and then moved in the corresponding");
|
||||
puts(" direction to the window's edge and then returned to the center.");
|
||||
puts("Notes:");
|
||||
puts(" - In order to assign keys the configuration window must on top.");
|
||||
puts(" - In order to assign mouse buttons the mouse must be clicked within the");
|
||||
puts(" window.");
|
||||
puts(" - In order to assign mouse axes, the cursor must first be placed in the");
|
||||
puts(" center of the window and then moved in the corresponding direction to the");
|
||||
puts(" window's edge and then returned to the center.");
|
||||
puts("");
|
||||
}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
Program-Wide Definitions
|
||||
******************************************************************************/
|
||||
|
||||
#define SUPERMODEL_VERSION "0.2a-RC2" // version string
|
||||
#define SUPERMODEL_VERSION "0.2a-RC3" // version string
|
||||
|
||||
|
||||
/******************************************************************************
|
||||
|
|
Loading…
Reference in a new issue