ISynchronizedInputProvider.StartListening(SynchronizedInputType) Method

Definition

Starts listening for input of the specified type.

public:
 void StartListening(SynchronizedInputType inputType);
void StartListening(SynchronizedInputType const& inputType);
public void StartListening(SynchronizedInputType inputType);
function startListening(inputType)
Public Sub StartListening (inputType As SynchronizedInputType)

Parameters

inputType
SynchronizedInputType

The type of input that is requested to be synchronized.

Applies to