CCT.NUI.WPFSamples.TouchController.InjectTouchInput C# (CSharp) Method

InjectTouchInput() private method

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