![]()  | 
![]()  | 
![]()  | 
![]()  | 
Remove a hotkey handler from an application's hotkey callback list
void PtAppRemoveHotkeyHandler(      
        unsigned key_sym_cap,
        unsigned key_mods,
        short flags,
        void *data,
        int (*event_f)(void *,PtCallbackInfo_t *));
ph
This function removes the first hotkey handler that matches key_sym_cap, key_mods, flags, data, and event_f from the application's Pt_CB_HOTKEY callback list.
Note the following:
For more information, see the Manipulating Resources in Application Code chapter of the Photon Programmer's Guide.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
PtAppAddHotkeyHandler(), PtAppGetResources(), PtAppGetResource(), PtAppRemoveCallback(), PtAppRemoveEventHandler(), PtAppRemoveFilterCallback(), PtAppSetResource(), PtAppSetResources(), PtSetArg().
“Event handlers” in the Managing Widgets in Application Code chapter of the Photon Programmer's Guide
![]()  | 
![]()  | 
![]()  | 
![]()  |