struct ImGui::ImGuiPlatformImeData

Overview

struct ImGuiPlatformImeData

Included Modules

Defined in:

obj.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new : ImGuiPlatformImeData #

[View source]

Instance Method Detail

def input_line_height : Float32 #

Line height


[View source]
def input_line_height=(input_line_height : Float32) #

[View source]
def input_pos : ImVec2 #

Position of the input cursor


[View source]
def input_pos=(input_pos : ImVec2) #

[View source]
def to_unsafe : Pointer(T) #

[View source]
def want_visible : Bool #

A widget wants the IME to be visible


[View source]
def want_visible=(want_visible : Bool) #

[View source]