Example #1
0
	/**
	 * method that will be called when mouse exits the boundary
	 * @param point , the point mouse exit at
	 */
	public void onMouseExit(Location point){
		if(isShown){
		mouse.removeFromCanvas();
		isShown = false;
		}
	}