Alteridem.WinTouch.NativeMethods.NativeMethods C# (CSharp) 메소드

NativeMethods() 정적인 개인적인 메소드

static private NativeMethods ( ) : System
리턴 System
        static NativeMethods()
        {
            var user32 = new UnmanagedLibrary( "user32" );
            _pGetGestureInfoPtr = user32.GetUnmanagedFunction<GetGestureInfoPtr>( "GetGestureInfo" );
            _pCloseGestureInfoHandle = user32.GetUnmanagedFunction<CloseGestureInfoHandlePtr>( "CloseGestureInfoHandle" );
            _pSetGestureConfig = user32.GetUnmanagedFunction<SetGestureConfigPtr>( "SetGestureConfig" );
        }