MiracastReceiverInputDevices.GameController Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.