Esempio n. 1
0
 private OVRPlatformMenu.eBackButtonAction ResetAndSendAction(OVRPlatformMenu.eBackButtonAction action)
 {
     MonoBehaviour.print("ResetAndSendAction( " + action + " );");
     this.downCount       = 0;
     this.upCount         = 0;
     this.initialDownTime = -1f;
     return(action);
 }
Esempio n. 2
0
 // Token: 0x060038F4 RID: 14580 RVA: 0x00122928 File Offset: 0x00120D28
 private OVRPlatformMenu.eBackButtonAction ResetAndSendAction(OVRPlatformMenu.eBackButtonAction action)
 {
     MonoBehaviour.print("ResetAndSendAction( " + action + " );");
     this.downCount       = 0;
     this.upCount         = 0;
     this.initialDownTime = -1f;
     this.waitForUp       = false;
     this.ResetCursor();
     if (action == OVRPlatformMenu.eBackButtonAction.LONG_PRESS)
     {
         this.waitForUp = true;
     }
     return(action);
 }