Example #1
0
 /*
  *  Get the input message.
  *  If not active returns null.
  */
 public string getInput()
 {
     if (wum.getType() == WindowType.INPUTFIELD)
     {
         return(input);
     }
     return(null);
 }