This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| enum | eHandler { } |
| enum | eBackButtonAction { } |
| KeyCode | keyCode ( ) The key code. |
| eHandler | |
| System.Func< bool > | OnShortPress ( ) Callback to handle short press. |
| static Stack< string > | sceneStack ( ) |
| float | doubleTapDelay ( ) |
| float | shortPressDelay ( ) |
| float | longPressDelay ( ) |
| int | downCount ( ) |
| int | upCount ( ) |
| float | initialDownTime ( ) |
| eBackButtonAction | ResetAndSendAction ( eBackButtonAction action ) |
| eBackButtonAction | |
| void | Awake ( ) Instantiate the cursor timer |
| void | OnApplicationFocus ( bool focusState ) Reset when resuming |
| void | OnApplicationPause ( bool pauseStatus ) Reset when resuming |
| void | Show the confirm quit menu |
| void | Update ( ) Tests for long-press and activates global platform menu when detected. |
| static bool | RetreatOneLevel ( ) Sample handler for short press which retreats to the previous scene that used OVRPlatformMenu. |