IS_FacialExpressionIsLookingLeft() 공개 정적인 메소드

public static IS_FacialExpressionIsLookingLeft ( IntPtr state ) : Int32
state System.IntPtr
리턴 System.Int32
예제 #1
0
 /// <summary>
 /// Query whether the user is looking left at the time the EmoState is captured with EPOC/EPOC+ headset.
 /// </summary>
 /// <returns>return eye position (1: looking left, 0: not looking left)</returns>
 public Int32 FacialExpressionIsLookingLeft()
 {
     return(EdkDll.IS_FacialExpressionIsLookingLeft(hEmoState));
 }