Click or drag to resize
GameFormPlayers Field
Provides access to the input currently coming from the players' input devices.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public IPlayer[] Players

Field Value

Type: IPlayer
Remarks
Each of these objects can refer to a KeyboardPlayer or a ControllerPlayer, or you can create your own player input.
See Also