1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-07-12 19:35:19 +02:00
gbe_fork/ImGui/imgui_user.h

5 lines
458 B
C
Raw Normal View History

namespace ImGui
{
IMGUI_API bool ColoredInputTextMultiline(const char* label, char* buf, size_t buf_size, const ImVec2& size = ImVec2(0, 0), ImGuiInputTextFlags flags = 0, ImGuiInputTextCallback callback = NULL, void* user_data = NULL);
IMGUI_API bool ColoredInputTextEx(const char* label, const char* hint, char* buf, int buf_size, const ImVec2& size_arg, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback = NULL, void* user_data = NULL);
}