C# 클래스 SampleListener, LeapMouse

상속: Listener
파일 보기 프로젝트 열기: alexopalka/LeapMouse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
changeTime System.Int64
currentFrame Frame,
currentHands HandList
currentTime System.Int64
prevTime System.Int64
previousFrame Frame,
previousHands HandList

공개 메소드들

메소드 설명
OnConnect ( Controller controller ) : void
OnDisconnect ( Controller controller ) : void
OnExit ( Controller controller ) : void
OnFrame ( Controller controller ) : void
OnInit ( Controller controller ) : void

비공개 메소드들

메소드 설명
GetCursorPos ( ) : bool
SafeWriteLine ( String line ) : void
SetCursorPos ( int X, int Y ) : bool
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool
mouse_event ( int dwFlags, int dx, int dy, int cButtons, int dwExtraInfo ) : void

메소드 상세

OnConnect() 공개 메소드

public OnConnect ( Controller controller ) : void
controller Controller
리턴 void

OnDisconnect() 공개 메소드

public OnDisconnect ( Controller controller ) : void
controller Controller
리턴 void

OnExit() 공개 메소드

public OnExit ( Controller controller ) : void
controller Controller
리턴 void

OnFrame() 공개 메소드

public OnFrame ( Controller controller ) : void
controller Controller
리턴 void

OnInit() 공개 메소드

public OnInit ( Controller controller ) : void
controller Controller
리턴 void

프로퍼티 상세

changeTime 공개적으로 프로퍼티

public Int64,System changeTime
리턴 System.Int64

currentFrame 공개적으로 프로퍼티

public Frame, currentFrame
리턴 Frame,

currentHands 공개적으로 프로퍼티

public HandList currentHands
리턴 HandList

currentTime 공개적으로 프로퍼티

public Int64,System currentTime
리턴 System.Int64

prevTime 공개적으로 프로퍼티

public Int64,System prevTime
리턴 System.Int64

previousFrame 공개적으로 프로퍼티

public Frame, previousFrame
리턴 Frame,

previousHands 공개적으로 프로퍼티

public HandList previousHands
리턴 HandList