/ src / modules / keyboardmanager / common / ModifierKey.h
ModifierKey.h
 1  #pragma once
 2  
 3  // Enum type to store different states of the win key
 4  enum class ModifierKey
 5  {
 6      Disabled,
 7      Left,
 8      Right,
 9      Both
10  };