GET STRING
CALL SEQUENCE
void pget_string(
char *string /* (out) string */
)
PHIGS STATE
(PHOP, WSOP, *, *).
EFFECT
Reads a STRING event. The input logic value is read in the current event
report in the PHIGS state list. It contains a character string.
Example:
/* Event string */
char string[80];
.....
pget_string(string);
......
ERRORS
- 3
Ignoring function, function requires state (PHOP, WSOP,*,*)
- 259
- Ignoring function, the input device class of the current input report does
not match the class
SEE ALSO
set string mode, initialize string , request string , sample string , await
event, flush device events, inquire string device state, inquire default string
device state