ImGuiPlatformImeData

imguicpp.ImGuiPlatformImeData (extern class)

Instance Members

wantVisible: Bool

A widget wants the IME to be visible.


wantTextInput: Bool

A widget wants text input, not necessarily IME to be visible. This is automatically set to the upcoming value of io.WantTextInput.


inputPos: ImVec2

Position of input cursor (for IME).


inputLineHeight: cpp.Float32

Line height (for IME).


viewportId: UInt

ID of platform window/viewport.

Metadata

Name Parameters
:structAccess -
:include "linc_imgui.h"