winattach(3G) — Silicon Graphics
NAME
winattach − attaches the input focus to the current graphics window and call process
SPECIFICATION
C
long winattach()
FORTRAN
integer*4 function winatt()
Pascal
function winattach: longint;
DESCRIPTION
winattach attaches the input focus to the current graphics window and calling process. winattach returns the identifier of the window that lost the input focus. In a multiple window environment, input focus refers to the process that receives events from various input devices, such as the keyboard, mouse, dials, and buttons.
SEE ALSO
qread, qtest, qdevice, winopen Using mex, Chapter 2, Programming with mex
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987