C# 클래스 Myre.UI.InputDevices.TextInput

On Windows, this class hooks into windows events, and allows interpretation of WM_CHAR events.
파일 보기 프로젝트 열기: TomGillen/Myre

공개 메소드들

메소드 설명
Initialize ( IntPtr handle ) : void

Initialize the TextInput with the given GameWindow.

비공개 메소드들

메소드 설명
CallWindowProc ( IntPtr lpPrevWndFunc, IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
HookProc ( IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam ) : IntPtr
ImmAssociateContext ( IntPtr hWnd, IntPtr hIMC ) : IntPtr
ImmGetContext ( IntPtr hWnd ) : IntPtr
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int

메소드 상세

Initialize() 공개 정적인 메소드

Initialize the TextInput with the given GameWindow.
public static Initialize ( IntPtr handle ) : void
handle System.IntPtr
리턴 void