BCGControlBar Pro for MFC
DWORD CBCGPGestureConfig::Get ( DWORD  dwID,
BOOL  bWant = TRUE 
) const

Obtains a specific gesture options.

Returns
Gesture features. Can be 0 or BCGP_GC_ALLGESTURES for all features except BCGP_GID_PAN and BCGP_GC_PAN or combination of the following flags: BCGP_GC_PAN_WITH_SINGLE_FINGER_VERTICALLY, BCGP_GC_PAN_WITH_SINGLE_FINGER_HORIZONTALLY, BCGP_GC_PAN_WITH_GUTTER and BCGP_GC_PAN_WITH_INTERTIA for gesture pan
Parameters
dwIDThe gesture option identifier. Can be one of the following: BCGP_GID_ZOOM, BCGP_GID_PAN, BCGP_GID_ROTATE, BCGP_GID_TWOFINGERTAP or BCGP_GID_PRESSANDTAP
bWantTRUE - retrieve enabled (wanted) gesture, FALSE - disabled (blocked).