Artemis.Engine.Input.MouseInput.MouseInput C# (CSharp) Метод

MouseInput() публичный Метод

public MouseInput ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public MouseInput()
        {
            FramesSinceButtonPressed  = new int[] { 0, 0, 0 };
            FramesSinceButtonReleased = new int[] { 0, 0, 0 };
        }