WVR_IsInputFocusCapturedBySystem¶
-
WVR_EXPORT bool WVR_IsInputFocusCapturedBySystem()
Function to check if input focus is captured by system.
- Return
- true when input focus is captured by system, otherwise return false.
- Version
- API Level 1
How to use¶
Here is an example for the function:
#include <wvr/wvr_system.h>
// Check whether input focus is captured by system to decide show/hide controller
if (WVR_IsInputFocusCapturedBySystem())
// hide controller
else
// show controller