Functions
Show_Event

Functions

void Show_Event (char *event_type)
 Shows the type of the current event, if any. More...
 

Detailed Description

Function Documentation

void Show_Event ( char *  event_type)

Shows the type of the current event, if any.

Parameters
event_type- Type of the current event. Returned to user. Passed by reference always.

DETAILS

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.

NOTES

RESTRICTIONS

See also
Await_Event, Enable_Button_Events, Enable_Location_Events, Enable_Selection_Events, Enable_String_Events, Enable_Wakeup_Events