struct ImGui::ImGuiInputTextCallbackData
- ImGui::ImGuiInputTextCallbackData
- Struct
- Value
- Object
Included Modules
- ImGui::ClassType(LibImGui::ImGuiInputTextCallbackData)
Defined in:
imgui.crobj.cr
Constructors
Instance Method Summary
- #buf : Pointer(LibC::Char)
- #buf=(buf : Pointer(LibC::Char))
- #buf_dirty : Bool
- #buf_dirty=(buf_dirty : Bool)
- #buf_size : Int32
- #buf_size=(buf_size : Int32)
- #buf_text_len : Int32
- #buf_text_len=(buf_text_len : Int32)
- #bytes : Bytes
- #clear_selection : Void
- #ctx : ImGuiContext | Nil
- #ctx=(ctx : ImGuiContext | Nil)
- #cursor_pos : Int32
- #cursor_pos=(cursor_pos : Int32)
- #delete_chars(pos : Int32, bytes_count : Int32) : Void
- #event_char : ImWchar
- #event_char=(event_char : ImWchar)
- #event_flag : ImGuiInputTextFlags
- #event_flag=(event_flag : ImGuiInputTextFlags)
- #event_key : ImGuiKey
- #event_key=(event_key : ImGuiKey)
- #flags : ImGuiInputTextFlags
- #flags=(flags : ImGuiInputTextFlags)
- #has_selection : Bool
- #insert_chars(pos : Int32, text : Bytes | String) : Void
- #select_all : Void
- #selection_end : Int32
- #selection_end=(selection_end : Int32)
- #selection_start : Int32
- #selection_start=(selection_start : Int32)
- #to_unsafe : Pointer(T)
- #user_data : Pointer(Void)
- #user_data=(user_data : Pointer(Void))