Functions | |
void | Show_Event (char *event_type) |
void Show_Event | ( | char * | event_type | ) |
Shows the type of the current event, if any.
event_type | - Type of the current event. Returned to user. Passed by reference always. |
This routine is used to find out the type of the current event. The types are the same as for Await_Event() . If there is no current event or if the current event is no longer considered valid, the string "none" will be returned.