Gamepad.User Property

Definition

The user associated with the gamepad.

public:
 property User ^ User { User ^ get(); };
User User();
public User User { get; }
var user = gamepad.user;
Public ReadOnly Property User As User

Property Value

The user associated with the gamepad.

Implements

Applies to

See also