/// <summary>
 /// Returns true if input focus captured by current process
 /// Usually the process losses focus when player switch to deshboard by clicking Steam button
 /// </summary>
 public static bool HasFocus()
 {
     return(VRModule.HasInputFocus());
 }