Afterglow.Input.Xna.XnaInputDevices.XnaInputDevices C# (CSharp) Method

XnaInputDevices() public method

Initializes a new instance of the XnaInputDevices class.
public XnaInputDevices ( )
        public XnaInputDevices()
        {
            mKeyboard = new XnaKeyboard();
            mMouse = new XnaMouse();
        }