Free Electron
Classes | Namespaces | Functions
ImguiHandler.h File Reference

Go to the source code of this file.

Classes

class  fe::ext::ImguiHandler
 Dear Imgui draw and event handler. More...
 

Namespaces

 fe
 kernel
 

Functions

IMGUI_API bool ImGui::InputText (const char *label, fe::String *str, ImGuiInputTextFlags flags=0, ImGuiInputTextCallback callback=NULL, void *user_data=NULL)
 
IMGUI_API bool ImGui::InputTextMultiline (const char *label, fe::String *str, const ImVec2 &size=ImVec2(0, 0), ImGuiInputTextFlags flags=0, ImGuiInputTextCallback callback=NULL, void *user_data=NULL)
 
IMGUI_API bool ImGui::InputTextWithHint (const char *label, const char *hint, fe::String *str, ImGuiInputTextFlags flags=0, ImGuiInputTextCallback callback=NULL, void *user_data=NULL)