namespace Robust.Client.Input { public delegate void KeyEventAction(KeyEventArgs keyEvent, KeyEventType type); }