public void PopAllTouchEvents()
 {
     if (m_isTouchInputActive)
     {
         m_mapImage.PopAllTouchEvents();
     }
 }