I have this enum :
[Flags] Public enum Actions { None = 0, MoveUp = 1, MoveDown = 2, MoveRight = 3, MoveLeft = 4 }
and I wou