Click or drag to resize

KeyboardEventType  Conversion (KeyboardEventType to Event)

Converts a type object into an event value.

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 Event (
	KeyboardEventType obj
)
Request Example View Source

Parameters

obj
Type: KSPDev.GUIUtils.TypeFormattersKeyboardEventType
The object type to convert.

Return Value

Type: Event
A numeric value.
See Also