openMSX
|
Public Member Functions | |
ImGuiPlotArrayGetterData (const float *values, int stride) | |
Public Attributes | |
const float * | Values |
int | Stride |
Definition at line 8446 of file imgui_widgets.cc.
|
inline |
Definition at line 8451 of file imgui_widgets.cc.
int ImGuiPlotArrayGetterData::Stride |
Definition at line 8449 of file imgui_widgets.cc.
Referenced by ImGuiPlotArrayGetterData().
const float* ImGuiPlotArrayGetterData::Values |
Definition at line 8448 of file imgui_widgets.cc.
Referenced by ImGuiPlotArrayGetterData().