Gvr.Internal.EmulatorManager.onTouchEvent C# (CSharp) 메소드

onTouchEvent() 개인적인 메소드

private onTouchEvent ( Gvr.Internal.EmulatorTouchEvent e ) : void
e Gvr.Internal.EmulatorTouchEvent
리턴 void
    private void onTouchEvent(EmulatorTouchEvent e) {
      currentTouchEvent = e;
      if (touchEventListenersInternal != null) {
        touchEventListenersInternal(e);
      }
    }