internal void Update(TouchLocation t) { _last = _t; _t = t; }
public AtlasTouchPosition(TouchLocation t) { _last = _t = t; }