CALL PFLUSH (WKID, ICL, IDNR)
PNCLAS: 0 (NONE) PLOCAT: 1 (LOCATOR) PSTROK: 2 (STROKE) PVALUA: 3 (VALUATOR) PCHOIC: 4 (CHOICE) PPICK: 5 (PICK) PSTRIN: 6 (STRING)
Destroys all ICL class events in the input queue which come from the logical input device IDNR on workstation WKID.
Note:
Operation takes place even if the event queue is full (error 256).
Example:
C Flush LOCATOR event into the PHIGS event queue for device number 2 on workstation 1 INTEGER WKID,ICL,IDNR ...... WKID = 1 IDNR = 2 ICL = PLOCAT call PFLUSH(WKID,ICL,IDNR) ......
set locator mode, set stroke mode, set valuator mode, set choice mode, set pick mode, set string mode, get locator, get stroke, get valuator, get choice, get pick, get string , await event, inquire more simultaneous events