Gvr.Internal.EmulatorManager.onTouchEvent C# (CSharp) Method

onTouchEvent() private method

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