Artemis.Engine.Input.MouseInput.MouseInput C# (CSharp) Method

MouseInput() public method

public MouseInput ( ) : System.Collections.Generic
return System.Collections.Generic
        public MouseInput()
        {
            FramesSinceButtonPressed  = new int[] { 0, 0, 0 };
            FramesSinceButtonReleased = new int[] { 0, 0, 0 };
        }