C# 클래스 OpenTK.Platform.MacOS.HIDInput

상속: IInputDriver2, IMouseDriver2, IKeyboardDriver2, IJoystickDriver2
파일 보기 프로젝트 열기: andykorth/opentk 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
HIDInput ( ) : System

비공개 메소드들

메소드 설명
CreateHIDManager ( ) : IOHIDManagerRef
DeviceAdded ( IntPtr context, IOReturn res, IntPtr sender, IOHIDDeviceRef device ) : void
DeviceRemoved ( IntPtr context, IOReturn res, IntPtr sender, IOHIDDeviceRef device ) : void
DeviceValueReceived ( IntPtr context, IOReturn res, IntPtr sender, IOHIDValueRef val ) : void
Dispose ( bool manual ) : void
IKeyboardDriver2 ( ) : KeyboardState
IKeyboardDriver2 ( int index ) : KeyboardState
IKeyboardDriver2 ( int index ) : string
IMouseDriver2 ( ) : MouseState
IMouseDriver2 ( int index ) : MouseState
IMouseDriver2 ( double x, double y ) : void
RegisterHIDCallbacks ( IOHIDManagerRef hidmanager ) : void
UpdateKeyboard ( KeyboardState state, IOHIDValueRef val ) : KeyboardState
UpdateMouse ( MouseState state, IOHIDValueRef val ) : MouseState

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HIDInput() 공개 메소드

public HIDInput ( ) : System
리턴 System