Reign.Core.ApplicationEvent.ApplicationEvent C# (CSharp) Method

ApplicationEvent() public method

public ApplicationEvent ( ) : System
return System
        public ApplicationEvent()
        {
            TouchesOn = new bool[TouchCount];
            TouchLocations = new Vector2[TouchCount];
        }
ApplicationEvent