C# Class FlatRedBall.Input.InputManager.ControllerConnectionEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
ControllerConnectionEventArgs ( ) : System
ControllerConnectionEventArgs ( int playerIndex, bool connected ) : System

Method Details

ControllerConnectionEventArgs() public méthode

public ControllerConnectionEventArgs ( ) : System
Résultat System

ControllerConnectionEventArgs() public méthode

public ControllerConnectionEventArgs ( int playerIndex, bool connected ) : System
playerIndex int
connected bool
Résultat System