C# Class FlatRedBall.Input.InputManager.ControllerConnectionEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
ControllerConnectionEventArgs ( ) : System
ControllerConnectionEventArgs ( int playerIndex, bool connected ) : System

Method Details

ControllerConnectionEventArgs() public method

public ControllerConnectionEventArgs ( ) : System
return System

ControllerConnectionEventArgs() public method

public ControllerConnectionEventArgs ( int playerIndex, bool connected ) : System
playerIndex int
connected bool
return System