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
Handle
public KeymapKeyOwnedHandle Handle { get; }
Property Value
Keycode
public uint Keycode { get; set; }
Property Value
Level
public int Level { get; set; }
Property Value
Methods
Equals(KeymapKey?)
public bool Equals(KeymapKey? other)
Parameters
other
KeymapKey
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.