MouseTracker = function()
{
	this.position = new TwoDVector;
	this.lastPosition = new TwoDVector;
	this.isInPopup = null;
}
