Afterglow.Input.Xna.XnaMouse.XnaMouse C# (CSharp) Метод

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

Initializes a new instance of the XnaMouse class.
public XnaMouse ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public XnaMouse()
        {
            //Mouse.WindowHandle = handle;
            mAxesActions = new Dictionary<Axis, AxisAction>(3);
        }