| 231 | //----------------------------------------------------------------------------- |
| 232 | |
| 233 | ImPlotInputMap::ImPlotInputMap() { |
| 234 | ImPlot::MapInputDefault(this); |
| 235 | } |
| 236 | |
| 237 | ImPlotStyle::ImPlotStyle() { |
| 238 | PlotDefaultSize = ImVec2(400,300); |
nothing calls this directly
no test coverage detected