ISynchronizedInputProvider.StartListening(SynchronizedInputType) Method
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.
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.