Previous topic

AcceleratorEntry

Next topic

AcceleratorTable

This Page

phoenix_title AcceleratorEntryFlagsΒΆ

The AcceleratorEntryFlags enumeration provides the following values:

Description Value
ACCEL_NORMAL no modifiers
ACCEL_ALT hold Alt key down
ACCEL_CTRL hold Ctrl key down, corresponds to Command key on OS X
ACCEL_SHIFT hold Shift key down
ACCEL_RAW_CTRL corresponds to real Ctrl key on OS X, identic to ACCEL_CTRL on other platforms
ACCEL_CMD deprecated, identic to ACCEL_CTRL on all platforms.