Skip to main content
Version: 14.x (API 14) [Legacy]

Struct ImRaii.TooltipDisposable

A wrapper around ImGui tooltips.

Assembly: Dalamud.dll
Declaration
public ref struct ImRaii.TooltipDisposable : IDisposable

Implements:
System.IDisposable

Properties

Alive

Gets a value indicating whether the tooltip is still open.

Declaration
public readonly bool Alive { get; }

Methods

Dispose()

End the tooltip on leaving scope.

Declaration
public void Dispose()

EndUnsafe()

End a Tooltip without using an IDisposable.

Declaration
public static void EndUnsafe()

Implements

  • System.IDisposable