Click or drag to resize

HintOverlayShowAtCursor Method

Shows hint text at the current mouse pointer.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public void ShowAtCursor()
Request Example View Source
Remarks
When possible the window is shown on the right side of the cursor. Though, if part of the window goes out of the screen then it will be shown on the left side. If bottom boundary of the window hits bottom boundary of the screen then hint is aligned vertically so what the full content is visible.
See Also