Interface IGorgonKeyboardInfo
Provides capability information about a keyboard device.
Inherited Members
Namespace: Gorgon.Input
Assembly: Gorgon.Input.dll
Syntax
public interface IGorgonKeyboardInfo : IGorgonRawInputDeviceInfo
Properties
| Edit this page View SourceFunctionKeyCount
Property to return the number of function keys on the keyboard.
Declaration
int FunctionKeyCount { get; }
Property Value
Type | Description |
---|---|
int |
IndicatorCount
Property to return the number of LED indicators on the keyboard.
Declaration
int IndicatorCount { get; }
Property Value
Type | Description |
---|---|
int |
KeyCount
Property to return the total number of keys present on the keyboard.
Declaration
int KeyCount { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
This value may or may not be accurate depending on the implementation. That is, for some systems, this will be an estimate, and for others this will be accurate.
KeyboardType
Property to return the type of keyboard.
Declaration
KeyboardType KeyboardType { get; }
Property Value
Type | Description |
---|---|
KeyboardType |