struct

ImGui::ImGuiInputTextCallbackData

Inherits ImGui::ClassType < Struct < Value < Object

Constructors

Instance methods

buf=(buf : Pointer(LibC::Char))
Source
buf_dirty
Source
buf_dirty=(buf_dirty : Bool)
Source
buf_size
Source
buf_size=(buf_size : Int32)
Source
buf_text_len
Source
buf_text_len=(buf_text_len : Int32)
Source
bytes
Source
clear_selection
Source
ctx=(ctx : ImGuiContext | Nil)
Source
cursor_pos
Source
cursor_pos=(cursor_pos : Int32)
Source
delete_chars(pos : Int32, bytes_count : Int32) : Void
Source
event_char
Source
event_char=(event_char : ImWchar)
Source
event_flag
Source
event_flag=(event_flag : ImGuiInputTextFlags)
Source
event_key
Source
event_key=(event_key : ImGuiKey)
Source
flags
Source
flags=(flags : ImGuiInputTextFlags)
Source
has_selection
Source
insert_chars(pos : Int32, text : Bytes | String) : Void
Source
select_all
Source
selection_end
Source
selection_end=(selection_end : Int32)
Source
selection_start
Source
selection_start=(selection_start : Int32)
Source
to_unsafe
Source
user_data
Source
user_data=(user_data : Pointer(Void))
Source