Method | Description | |
---|---|---|
SetHWndTouchInfo ( ) : bool |
Register for touch event
|
|
WindowProc ( IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam ) : uint |
Intercept and fire touch events
|
Method | Description | |
---|---|---|
DecodeMessage ( |
Decode the message and create a collection of event arguments One Windows message can result a group of events |
|
TouchHandler ( IHwndWrapper hWndWrapper ) : System |
protected WindowProc ( IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam ) : uint | ||
hWnd | IntPtr | The Windows Handle |
msg | int | Windows Message |
wparam | IntPtr | wParam |
lparam | IntPtr | lParam |
return | uint |