[Previous] [Contents] [Index] [Next]

PtAppRemoveInput()

Remove an input processing entry

Synopsis:

void PtAppRemoveInput( PtAppContext_t app_context,
                       PtInputId_t *input_id );

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 will try 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().)

Examples:

See PtAppAddInput().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtAppAddInput(), PtMainLoop()

"Receiving QNX messages" in the Interprocess Communication and Lengthy Operations chapter of the Programmer's Guide


[Previous] [Contents] [Index] [Next]