#pragma once // Enum type to store different states of the win key enum class ModifierKey { Disabled, Left, Right, Both };