Table of Contents

Class KeymapKey

Namespace
Gdk
Assembly
Gdk-4.0.dll
public sealed class KeymapKey
Inheritance
KeymapKey
Inherited Members

Constructors

KeymapKey()

public KeymapKey()

KeymapKey(KeymapKeyOwnedHandle)

public KeymapKey(KeymapKeyOwnedHandle handle)

Parameters

handle KeymapKeyOwnedHandle

Properties

Group

public int Group { get; set; }

Property Value

int

Handle

public KeymapKeyOwnedHandle Handle { get; }

Property Value

KeymapKeyOwnedHandle

Keycode

public uint Keycode { get; set; }

Property Value

uint

Level

public int Level { get; set; }

Property Value

int

Methods

Equals(KeymapKey?)

public bool Equals(KeymapKey? other)

Parameters

other KeymapKey

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.