Share

GripContextFlags

C++

enum GripContextFlags {
  kSharedGrip = 0x1,
  kMultiHotGrip = 0x2
};

File

dbgripoperations.h

Members

Members Description
kSharedGrip The grip's grip point is shared with other grips
kMultiHotGrip The grip is being made hot by a user holding down the SHIFT key

Description

This enumeration provides values specifying the grip's context.

Was this information helpful?