ICustomGameControllerFactory.OnGameControllerAdded(IGameController) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Événement déclenché lors de l’ajout du contrôleur.
public:
void OnGameControllerAdded(IGameController ^ value);
void OnGameControllerAdded(IGameController const& value);
public void OnGameControllerAdded(IGameController value);
function onGameControllerAdded(value)
Public Sub OnGameControllerAdded (value As IGameController)
Paramètres
- value
- IGameController
Contrôleur ajouté.