Exemple #1
0
        private void UpgradeMenuTapped(object sender, PointEventArgs e)
        {
            Point        point    = e.Tap;
            MenuCategory category = (MenuCategory)sender;

            Point pointInSelectionArea = new Point(e.Tap.X - m_CurrentMainScreenRec.X, e.Tap.Y - m_CurrentMainScreenRec.Y);

            category.HandleSelectionAreaTapped(pointInSelectionArea);
        }
Exemple #2
0
 private void StoreMenuTapped(object sender, PointEventArgs e)
 {
     Point point = e.Tap;
 }