Ejemplo n.º 1
0
 /// <summary>
 /// Gets VRFocus, which indicates that the application should continue to render
 /// Audio and Video as if it had window focus, even though it may not.
 /// </summary>
 /// <returns></returns>
 public static bool HasVRFocus()
 {
     return(Native_FApp.HasVRFocus());
 }