Variable Accelerator.keyFlags

Key flags bit set, usually one of KeyFlag enum items

struct Accelerator
{
  // ...
  uint keyFlags;
  // ...
}