Functions | |
void | Show_String_Source (char *keyboard, HC_KEY *cursor_key) |
void Show_String_Source | ( | char * | keyboard, | |
HC_KEY * | cursor_key | |||
) |
Returns the keyboard-device segment and cursor that gave rise to the current string event.
keyboard | - The segment associated with the physical keyboard device that initiated the current event. Passed by reference always. Returned to user. | |
cursor_key | - The cursor being used for string echoing. Passed by reference always. Returned to user. |
Show_String_Source() is one of a family of routines that extracts information from the current event (presumably a string event) and returns it to you. In particular, Show_String_Source() returns the keyboard device and cursor combination that was originally enabled for String events, which gave rise to the event now at hand. This information might be of interest if your program is handling several different string devices simultaneously.