C# Class Ctrl_Space.Input.Devices.XNAMouse

Inheritance: IDevice
Datei anzeigen Open project: vkd/Ctrl-Space

Public Properties

Property Type Description
FreezeOnCenter bool
Name string

Public Methods

Method Description
GetData ( List data ) : void
XNAMouse ( Microsoft.Xna.Framework.Game game ) : System.Collections.Generic

Method Details

GetData() public method

public GetData ( List data ) : void
data List
return void

XNAMouse() public method

public XNAMouse ( Microsoft.Xna.Framework.Game game ) : System.Collections.Generic
game Microsoft.Xna.Framework.Game
return System.Collections.Generic

Property Details

FreezeOnCenter public_oe property

public bool FreezeOnCenter
return bool

Name public_oe property

public string Name
return string