ICoreInputInterop interface

Enables an input source on a Windows Store app's CoreInput object.

Members

The ICoreInputInterop interface inherits from the IUnknown interface. ICoreInputInterop also has these types of members:

Methods

The ICoreInputInterop interface has these methods.

MethodDescription
SetInputSource

Sets the input source for an app's CoreIndependentInputSource or CoreComponentInputSource.

 

Properties

The ICoreInputInterop interface has these properties.

PropertyAccess typeDescription

MessageHandled

Write-only

Sets whether or not the message to the CoreWindow has been handled.

 

Remarks

The CoreIndependentInputSource or CoreComponentInputSource object defines the basic keyboard and pointer input events for a Windows Store app.

See also

CoreIndependentInputSource
CoreComponentInputSource
CoreInput

 

 

Show: