Previous Next Up Title Contents General Index Functions Index Bookshelf

SET STROKE MODE

PSSKM


CALL SEQUENCE

PSSKM (WKID, SKDNR, MODE, ESW)

INPUT PARAMETERS

INTEGER	WKID
INTEGER	SKDNR
INTEGER	MODE
INTEGER	ESW

ARGUMENTS

WKID
Workstation identifier.
SKDNR
STROKE input device identifier.
MODE
Input operating mode.
ESW
Input echo switch.

PHIGS STATE

(PHOP, WSOP, *, *).

EFFECT

Set input mode for STROKE device number SKDNR of workstation WKID, with activation or deactivation of echo.

Example:

C On workstation number 1 set stroke mode for device number 1 to be EVENT with no echoing.
	call PSSKM(1,1,PEVENT,PNECHO

ERRORS

3
Ignoring function, function requires state (PHOP, WSOP,*,*)
54
Ignoring function, the specified workstation is not open
61
Ignoring function, specified workstation is neither of category INPUT nor of category OUTIN
250
Ignoring function, the specified device is not available on the specified workstation

SEE ALSO

initialize stroke 3, request stroke 3, sample stroke 3, get stroke 3, await event, inquire stroke device state 3, inquire default stroke device state 3


Previous Next Up Title Contents General Index Functions Index Bookshelf