Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGuiInputTextDeactivatedState Struct Reference

#include <imgui_internal.h>

Collaboration diagram for ImGuiInputTextDeactivatedState:
[legend]

Public Member Functions

 ImGuiInputTextDeactivatedState ()
 
void ClearFreeMemory ()
 

Public Attributes

ImGuiID ID
 
ImVector< char > TextA
 

Constructor & Destructor Documentation

◆ ImGuiInputTextDeactivatedState()

ImGuiInputTextDeactivatedState::ImGuiInputTextDeactivatedState ( )
inline

Member Function Documentation

◆ ClearFreeMemory()

void ImGuiInputTextDeactivatedState::ClearFreeMemory ( )
inline
Here is the caller graph for this function:

Member Data Documentation

◆ ID

ImGuiID ImGuiInputTextDeactivatedState::ID

◆ TextA

ImVector<char> ImGuiInputTextDeactivatedState::TextA

The documentation for this struct was generated from the following file:
Untitled