C# 클래스 OpenTK.Platform.Windows.WinRawInput

상속: WinInputBase
파일 보기 프로젝트 열기: andykorth/opentk 1 사용 예제들

공개 메소드들

메소드 설명
WinRawInput ( ) : System

보호된 메소드들

메소드 설명
CreateDrivers ( ) : void
Dispose ( bool manual ) : void
WindowProcedure ( IntPtr handle, WindowMessage message, IntPtr wParam, IntPtr lParam ) : IntPtr

비공개 메소드들

메소드 설명
RegisterForDeviceNotifications ( WinWindowInfo parent ) : IntPtr

메소드 상세

CreateDrivers() 보호된 메소드

protected CreateDrivers ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool manual ) : void
manual bool
리턴 void

WinRawInput() 공개 메소드

public WinRawInput ( ) : System
리턴 System

WindowProcedure() 보호된 메소드

protected WindowProcedure ( IntPtr handle, WindowMessage message, IntPtr wParam, IntPtr lParam ) : IntPtr
handle System.IntPtr
message WindowMessage
wParam System.IntPtr
lParam System.IntPtr
리턴 System.IntPtr