Interface for an accelerator key. More...
#include <SAccelerator-i.h>
Public Member Functions | |
| WORD | GetModifier () SCONST PURE |
| Get the modifier keys of the accelerator. | |
| WORD | GetKey () SCONST PURE |
| Get the main key of the accelerator. | |
| DWORD | GetAcc () SCONST PURE |
| Get the accelerator key combination. | |
Interface for an accelerator key.
Definition at line 24 of file SAccelerator-i.h.
| DWORD IAccelerator::GetAcc | ( | ) |
Get the accelerator key combination.
Implemented in SAccelerator.
| WORD IAccelerator::GetKey | ( | ) |
Get the main key of the accelerator.
Implemented in SAccelerator.
| WORD IAccelerator::GetModifier | ( | ) |
Get the modifier keys of the accelerator.
Implemented in SAccelerator.