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

#include <imgui_internal.h>

Collaboration diagram for ImGuiTypingSelectState:
[legend]

Public Member Functions

 ImGuiTypingSelectState ()
 
void Clear ()
 

Public Attributes

ImGuiTypingSelectRequest Request
 
char SearchBuffer [64]
 
ImGuiID FocusScope
 
int LastRequestFrame = 0
 
float LastRequestTime = 0.0f
 
bool SingleCharModeLock = false
 

Constructor & Destructor Documentation

◆ ImGuiTypingSelectState()

ImGuiTypingSelectState::ImGuiTypingSelectState ( )
inline

Member Function Documentation

◆ Clear()

void ImGuiTypingSelectState::Clear ( )
inline

Member Data Documentation

◆ FocusScope

ImGuiID ImGuiTypingSelectState::FocusScope

◆ LastRequestFrame

int ImGuiTypingSelectState::LastRequestFrame = 0

◆ LastRequestTime

float ImGuiTypingSelectState::LastRequestTime = 0.0f

◆ Request

ImGuiTypingSelectRequest ImGuiTypingSelectState::Request

◆ SearchBuffer

char ImGuiTypingSelectState::SearchBuffer[64]

◆ SingleCharModeLock

bool ImGuiTypingSelectState::SingleCharModeLock = false

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