Previous Next Up Title Contents Index Functions Index Top Library

GET STRING

PGET_STRING


CALL SEQUENCE

void pget_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


Previous Next Up Title Contents Index Functions Index Top Library