Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.MultiTouch Namespace / TouchHandler Class / WindowProc Method
The Windows Handle
Windows Message
wParam
lParam

In This Topic
    WindowProc Method (TouchHandler)
    In This Topic
    Intercept and fire touch events
    Syntax
    'Declaration
     
    Protected Overrides Function WindowProc( _
       ByVal hWnd As IntPtr, _
       ByVal msg As Integer, _
       ByVal wparam As IntPtr, _
       ByVal lparam As IntPtr _
    ) As UInteger
    protected override uint WindowProc( 
       IntPtr hWnd,
       int msg,
       IntPtr wparam,
       IntPtr lparam
    )

    Parameters

    hWnd
    The Windows Handle
    msg
    Windows Message
    wparam
    wParam
    lparam
    lParam
    See Also