TactonicNet.TactonicTouchFrame.TactonicTouchFrame C# (CSharp) Method

TactonicTouchFrame() public method

public TactonicTouchFrame ( ) : System
return System
        public TactonicTouchFrame()
        {
            touches = new TactonicTouch[128];
            for (int i = 0; i < 128; i++)
            {
                touches[i] = new TactonicTouch();
            }
        }