Graphisoft®

Dialog ManagerVersion: 2.0

PanelObserver::PanelHotkeyPressed

Event handler for hotkey pressed notification.

virtual void PanelHotkeyPressed (
    const PanelHotKeyEvent & ev,
    bool *              processed
);

Parameters

ev
A reference to the event.
processed
Output parameter: if the application has processed this event, this value should be set to true, to avoid the default event processing. By default the value of processed is false.