ICoreInputSourceBase Interface

Definition

Defines the base interface for an input source used by a CoreWindow.

public interface class ICoreInputSourceBase
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2672330759, 17792, 19432, 190, 104, 146, 169, 49, 23, 19, 187)]
struct ICoreInputSourceBase
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2672330759, 17792, 19432, 190, 104, 146, 169, 49, 23, 19, 187)]
public interface ICoreInputSourceBase
Public Interface ICoreInputSourceBase
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

Dispatcher

Gets the event dispatcher for the window.

IsInputEnabled

Gets or sets a value that indicates whether input is enabled for the UWP app.

Events

InputEnabled

Occurs when input is enabled or disabled for the UWP app.

Applies to