Esempio n. 1
0
 private void OnPointerPressed(CoreWindow sender, PointerEventArgs args)
 {
     // Allow the user to interact with the holographic world using the mouse.
     if (null != main)
     {
         main.OnPointerPressed();
     }
 }