CCT.NUI.WPFSamples.TouchController.InjectTouchInput C# (CSharp) 메소드

InjectTouchInput() 개인적인 메소드

private InjectTouchInput ( int count, POINTER_TOUCH_INFO &contacts ) : bool
count int
contacts POINTER_TOUCH_INFO
리턴 bool
        static extern bool InjectTouchInput(int count, ref POINTER_TOUCH_INFO contacts);