Beispiel #1
0
 public override void OnMouse(float x, float y, int buttons, float time)
 {
     if (handTracker != null)
     {
         handTracker.OnMouse(x, y, buttons, time);
     }
 }