C# Class Ctrl_Space.Input.Devices.XNAGamePad

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

Public Properties

Property Type Description
Name string

Public Methods

Method Description
GetData ( List data ) : void
XNAGamePad ( Game game ) : System.Collections.Generic

Method Details

GetData() public method

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

XNAGamePad() public method

public XNAGamePad ( Game game ) : System.Collections.Generic
game Game
return System.Collections.Generic

Property Details

Name public_oe property

public string Name
return string