Example #1
0
File: KeyMap.cs Project: mhusen/Eto
		public static Keys ToEtoWithModifier(this swi.Key key, swi.ModifierKeys modifier)
		{
			return key.ToEto() | modifier.ToEto();
		}