#include <imgui.h>
◆ ImGuiStoragePair() [1/3]
ImGuiStoragePair::ImGuiStoragePair |
( |
ImGuiID | _key, |
|
|
int | _val ) |
|
inline |
◆ ImGuiStoragePair() [2/3]
ImGuiStoragePair::ImGuiStoragePair |
( |
ImGuiID | _key, |
|
|
float | _val ) |
|
inline |
◆ ImGuiStoragePair() [3/3]
ImGuiStoragePair::ImGuiStoragePair |
( |
ImGuiID | _key, |
|
|
void * | _val ) |
|
inline |
◆ [union]
◆ key
ImGuiID ImGuiStoragePair::key |
◆ val_f
float ImGuiStoragePair::val_f |
◆ val_i
int ImGuiStoragePair::val_i |
◆ val_p
void* ImGuiStoragePair::val_p |
The documentation for this struct was generated from the following file: