MiracastReceiverInputDevices.GameController Property

Definition

Returns a Game Controller input device for use with Miracast, such as a gamepad, joystick, or steering wheel.

public:
 property MiracastReceiverGameControllerDevice ^ GameController { MiracastReceiverGameControllerDevice ^ get(); };
MiracastReceiverGameControllerDevice GameController();
public MiracastReceiverGameControllerDevice GameController { get; }
var miracastReceiverGameControllerDevice = miracastReceiverInputDevices.gameController;
Public ReadOnly Property GameController As MiracastReceiverGameControllerDevice

Property Value

The Game Controller input device.

Applies to

See also