C# Class MilkShakeFramework.IO.Input.Devices.PadInput

Afficher le fichier Open project: lucas-jones/MilkShake-old

Méthodes publiques

Méthode Description
GetAllPads ( ) : List
GetPad ( PlayerIndex index ) : PadState
UpdateEnd ( ) : void
UpdateStart ( ) : void

Private Methods

Méthode Description
Boot ( ) : void

Method Details

GetAllPads() public static méthode

public static GetAllPads ( ) : List
Résultat List

GetPad() public static méthode

public static GetPad ( PlayerIndex index ) : PadState
index PlayerIndex
Résultat PadState

UpdateEnd() public static méthode

public static UpdateEnd ( ) : void
Résultat void

UpdateStart() public static méthode

public static UpdateStart ( ) : void
Résultat void