MiracastReceiverGameControllerDevice.TransmitInput 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.
Controls if the Miracast Receiver offers to transmit game controller input to the Miracast Transmitter.
public:
property bool TransmitInput { bool get(); void set(bool value); };
bool TransmitInput();
void TransmitInput(bool value);
public bool TransmitInput { get; set; }
var boolean = miracastReceiverGameControllerDevice.transmitInput;
miracastReceiverGameControllerDevice.transmitInput = boolean;
Public Property TransmitInput As Boolean
Property Value
bool
True if the Miracast Receiver offers to transmit game controller input to the Miracast Transmitter.
Remarks
Game controller input will only be transmitted if the device on which the Miracast Receiver is running supports capturing game controller input, and if the Miracast Transmitter is requesting to receive game controller input. Use IsTransmittingInput to determine if game controller input is actually being transmitted.