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

#include <imgui_internal.h>

Collaboration diagram for ImGuiKeyRoutingTable:
[legend]

Public Member Functions

 ImGuiKeyRoutingTable ()
 
void Clear ()
 

Public Attributes

ImGuiKeyRoutingIndex Index [ImGuiKey_NamedKey_COUNT]
 
ImVector< ImGuiKeyRoutingDataEntries
 
ImVector< ImGuiKeyRoutingDataEntriesNext
 

Constructor & Destructor Documentation

◆ ImGuiKeyRoutingTable()

ImGuiKeyRoutingTable::ImGuiKeyRoutingTable ( )
inline
Here is the call graph for this function:

Member Function Documentation

◆ Clear()

void ImGuiKeyRoutingTable::Clear ( )
inline
Here is the caller graph for this function:

Member Data Documentation

◆ Entries

ImVector<ImGuiKeyRoutingData> ImGuiKeyRoutingTable::Entries

◆ EntriesNext

ImVector<ImGuiKeyRoutingData> ImGuiKeyRoutingTable::EntriesNext

◆ Index

ImGuiKeyRoutingIndex ImGuiKeyRoutingTable::Index[ImGuiKey_NamedKey_COUNT]

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