XtAppAddInput (3) Linux Manual Page
XtAppAddInput, XtRemoveInput – register and remove an input source Syntax #include <X11/Intrinsic.h> XtInputId XtAppAddInput(XtAppContext app_context, int source, XtPointer condition, XtInputCallbackProc proc, XtPointer client_data); void XtRemoveInput(XtInputId id); Arguments app_context Specifies the application context that identifies the application. client_data Specifies the argument that is to be passed to the specified procedure when input is available. condition Specifies…
