Click or drag to resize

IHasGUI Interface

Generic interface for the modules that implement a GUI events handling.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public interface IHasGUI
Request Example View Source

The IHasGUI type exposes the following members.

Methods
  NameDescription
Public methodOnGUI
A callback which is called for every GUI event.
Top
See Also