Click or drag to resize

KeyboardEventType  Conversion (Event to KeyboardEventType)

Converts a numeric value into a type object.

Namespace:  KSPDev.GUIUtils.TypeFormatters
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
public static implicit operator KeyboardEventType (
	Event value
)
Request Example View Source

Parameters

value
Type: Event
The event value to convert.

Return Value

Type: KeyboardEventType
An object.
See Also