C# Class Afterglow.Input.Xna.XnaMouse

Xna mouse implementation.
Inheritance: InputDeviceBase, IAxesInputDevice
Mostra file Open project: Christof/afterglow

Public Methods

Method Description
On ( Microsoft.Xna.Framework.Input.Axis axis ) : IAxisAction

Starts a configuration for an axis change.

Update ( ) : void

Updates the input device.

XnaMouse ( ) : System.Collections.Generic

Initializes a new instance of the XnaMouse class.

Method Details

On() public method

Starts a configuration for an axis change.
public On ( Microsoft.Xna.Framework.Input.Axis axis ) : IAxisAction
axis Microsoft.Xna.Framework.Input.Axis The axis for which a configuration should be added.
return IAxisAction

Update() public method

Updates the input device.
public Update ( ) : void
return void

XnaMouse() public method

Initializes a new instance of the XnaMouse class.
public XnaMouse ( ) : System.Collections.Generic
return System.Collections.Generic