Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PtAppRemoveInput()

Remove an input processing entry

Synopsis:

void PtAppRemoveInput( PtAppContext_t app_context,
                       PtInputId_t *input_id );

Library:

ph

Description:

This routine removes an input entry from the input-event processing chain.

The app_context argument indicates which application context the input entry will be removed from. If you specify NULL, the function tries to remove the entry from the default context.

The input_id argument points to a PtInputId_t structure that describes the input entry to be removed. (This structure was returned by a previous call to PtAppAddInput().)

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtAppAddInput(), PtMainLoop()

"Receiving QNX messages" in the Interprocess Communication chapter of the Photon Programmer's Guide