示例#1
0
 /**
  * Gets the mouse info with information about the current state of the mouse. Within the same
  * act-loop it will always return exactly the same MouseInfo object with exactly the same
  * contents.
  *
  * @return The info about the current state of the mouse. Null if nothing mouse related has
  *     happened in this act round.
  */
 public MouseInfo getMouseInfo() {
   freezeMouseData();
   return currentData.getMouseInfo();
 }