Example #1
0
        private void OnTouchUp(object sender, TouchEventArgs e)
        {
            if (m_isTouchInputActive)
            {
                m_mapImage.HandleTouchUpEvent((float)e.TouchDevice.GetTouchPoint(this).Position.X, (float)e.TouchDevice.GetTouchPoint(this).Position.Y, 0.0f, CheckAndGetZeroIndexedId(e.TouchDevice.Id));
            }

            RemoveTouchId(e.TouchDevice.Id);
        }