public static void RegisterTextInput(Data.Variable variable)
 {
     _variable = variable;
     KeyGrabber.InboundCharEvent += ProcessInput;
     KeyGrabber.RegisterMessageFilter();
     _recievingRawInput = true;
 }