DIRECTORY TIPUser USING [TIPClient, TIPTable], ViewerClasses USING [NotifyProc, Viewer]; InputFocus: CEDAR DEFINITIONS = BEGIN OPEN ViewerClasses; Focus: TYPE = REF FocusRec; FocusRec: TYPE = RECORD [ owner: Viewer _ NIL, -- Viewer associated with this focus. info: REF _ NIL, -- focus data private to the owner. link: PRIVATE Focus _ NIL -- focus stack overhead. ] ; GetInputFocus: PROC RETURNS [Focus] ; SetInputFocus: PROC [self: Viewer _ NIL, info: REF _ NIL] ; PushInputFocus: PROC [self: Viewer _ NIL, info: REF _ NIL] ; PopInputFocus: PROC ; CaptureButtons: PROC [proc: NotifyProc, tip: TIPUser.TIPTable, viewer: Viewer _ NIL] ; ReleaseButtons: PROC = INLINE { CaptureButtons[NIL, NIL, NIL] } ; EnableInput: PRIVATE PROC ; inputEnabled: READONLY BOOL; focusTIP: PRIVATE TIPUser.TIPClient; WindowManagerTIPTable: PRIVATE TIPUser.TIPTable ; InputFocusImpl: PRIVATE PROGRAM; END. NInputFocus.mesa; Last Edited by McGregor, August 17, 1982 10:43 am Last Edited by: Maxwell, December 17, 1982 10:00 am Returns a REF to the Current Focus, i.e. the focus on the top of the focus stack. Sets focus stack to self and calls the modify proc of the Current Focus with {kill}. Pushes self on top of focus stack and calls modify proc of the Current Focus with {push}. Pops the focus stack and calls the modify proc of the old Focus with {kill}, then calls the new Focus (if any) modify proc with {pop}. A client may register with the InputFocus mechanism to capture all button events, without regard to the mouse position (useful for growing windows, etc.) Registration is reset by calling ReleaseButtons below. Note that mouse coordinates passed to the NotifyProc will be screen relative rather than relative to any particular viewer. See ViewerOps.MouseInViewer should you require mapping to a particular viewer. Call at init to enable input from TIP. Type-ahead lost up to this point. Wizards only, please. keyboard input enable flag InputFocus TIP Client; wizards only, please. Κ– "cedar" style˜JšΟcB™BJšœ3™3J™JšΟk ˜ J˜Jšœžœ˜$Jšœžœ˜)J˜Jšœ žœžœžœ˜9J˜J˜Jšœžœžœ ˜šœ žœžœ˜Jšœžœ%˜