Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtProcessEv(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtAppPeekEvent(1)

XtAppPending(1)

XtAppProcessEvent(1)

 

Name

XtProcessEvent — process one input event. 

Synopsis

void XtProcessEvent(mask)

    XtInputMask mask;

Arguments

maskSpecifies what types of events to process.  The mask is the bitwise inclusive OR of XtIMXEvent (an X event), XtIMTimer (a timer event), or XtIMAlternateInput (an alternate input event).  The symbolic constant XtIMAll is the bitwise inclusive OR of all input types. 

Description

XtProcessEvent has been superseded by XtAppProcessEvent.  XtProcessEvent gets one event of any of the types specified in mask and dispatches it. 

Programs rarely need this much control over the event dispatching mechanism.  Most programs use XtAppMainLoop. 

See Also

XtAppPeekEvent(1), XtAppPending(1), XtAppProcessEvent(1). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026