Remove an input processing entry
void PtAppRemoveInput( PtAppContext_t app_context, PtInputId_t *input_id );
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().)
See PtAppAddInput().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
"Receiving QNX messages" in the Interprocess Communication and Lengthy Operations chapter of the Programmer's Guide