#include <imgui.h>
Definition at line 1732 of file imgui.h.
◆ ImGuiStoragePair() [1/3]
ImGuiStorage::ImGuiStoragePair::ImGuiStoragePair |
( |
ImGuiID |
_key, |
|
|
int |
_val_i |
|
) |
| |
|
inline |
◆ ImGuiStoragePair() [2/3]
ImGuiStorage::ImGuiStoragePair::ImGuiStoragePair |
( |
ImGuiID |
_key, |
|
|
float |
_val_f |
|
) |
| |
|
inline |
◆ ImGuiStoragePair() [3/3]
ImGuiStorage::ImGuiStoragePair::ImGuiStoragePair |
( |
ImGuiID |
_key, |
|
|
void * |
_val_p |
|
) |
| |
|
inline |
◆ @2
◆ key
ImGuiID ImGuiStorage::ImGuiStoragePair::key |
◆ val_f
float ImGuiStorage::ImGuiStoragePair::val_f |
◆ val_i
int ImGuiStorage::ImGuiStoragePair::val_i |
◆ val_p
void* ImGuiStorage::ImGuiStoragePair::val_p |
The documentation for this struct was generated from the following file: