This commit is contained in:
2009-02-04 13:16:21 +00:00
parent e0881364cd
commit fd3522836b
3 changed files with 63 additions and 1 deletions

View File

@@ -208,5 +208,16 @@ namespace VEPROMS.CSLA.Library
Plackeep = 0x20000, // Do replace in PlaceKeepers
InSecTitle = 0x40000
}
public enum E_ArrowKeys : uint
{
Up = 1,
Down = 2,
Right = 3,
Left = 4,
CtrlUp = 5,
CtrlDown = 6,
CtrlRight = 7,
CtrlLeft = 8
}
#endregion
}