Exemple #1
0
 /** calls input to UI */
 public static void input(EventTable input) {
   log("CALL: GetInput - " + input.name, LOG_CALL);
   ui.pushInput(input);
 }