IS_FacialExpressionIsRightWink() public static method

public static IS_FacialExpressionIsRightWink ( IntPtr state ) : System.Boolean
state System.IntPtr
return System.Boolean
Example #1
0
 /// <summary>
 /// Query whether the user is winking right at the time the EmoState is captured.
 /// </summary>
 /// <returns>right wink status (true: wink, false: not wink)</returns>
 public Boolean FacialExpressionIsRightWink()
 {
     return(EdkDll.IS_FacialExpressionIsRightWink(hEmoState));
 }