JX Application Framework
|
Functions | |
void | JWaitForReturn () |
void | JInputFinished () |
void | JCheckForValues (const JSize valueCount, JIndex *index, const JSize argc, char *argv[]) |
bool | JIsVersionRequest (const JUtf8Byte *arg) |
bool | JIsHelpRequest (const JUtf8Byte *arg) |
Useful when parsing command line options. *index must point to the option marker. If there are fewer than valueCount arguments following this marker, notifies user how many arguments are missing and exits. Otherwise, increments *index so it points to the first value.
void JInputFinished | ( | ) |
When you are done getting information from the user, call this to remove the last return typed by the user.
This ensures that JWaitForReturn will work the first time.
void JWaitForReturn | ( | ) |