override func touchesCancelled(touches: NSSet!, withEvent event: UIEvent!) {
        for obj in touches {
            let touch = obj as UITouch
            
            var view = self.touchToView[touch]