IS_FacialExpressionIsLookingUp() public static method

public static IS_FacialExpressionIsLookingUp ( IntPtr state ) : System.Boolean
state System.IntPtr
return System.Boolean
Example #1
0
 /// <summary>
 /// Query whether the user is looking up at the time the EmoState is captured.
 /// </summary>
 /// <returns>eyes position (true: looking up, false: not looking up)</returns>
 public Boolean FacialExpressionIsLookingUp()
 {
     return(EdkDll.IS_FacialExpressionIsLookingUp(hEmoState));
 }