Table of Contents

Class PlatformKeyMapping<T>

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Implements platform key to/from Key mapping.

public class PlatformKeyMapping<T> : TwoWayEnumMapping<T, Key>, IBaseObjectWithId, IDisposableObject, IDisposable, IBaseObject where T : struct, Enum

Type Parameters

T

Type of the platform key enum.

Inheritance
PlatformKeyMapping<T>
Implements
Derived

Constructors

PlatformKeyMapping(T, Key)

Initializes a new instance of the PlatformKeyMapping<T> class.