Public Member Functions | |
| HRESULT | OnAccelerator ([in] RtAccelerator *pAccelerator) |
| HRESULT IRsAcceleratorHandler::OnAccelerator | ( | [in] RtAccelerator * | pAccelerator | ) |
Handle the accelerator key. Return S_OK if key was handled. Return S_FALSE if key was not handled and another handler should do it. Return error code if error prevents processing of other keys and processing should be terminated.
WARNING - Accelerators are processed inside mouse events. You are not allowed to access graph during processing.
1.5.5