1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-10-09 15:47:26 -04:00

rev up to v0.5

This commit is contained in:
Evan Pezent 2020-08-07 13:04:31 -05:00
parent 5c9679c2ab
commit 6a5e9401f7
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
// ImPlot v0.4 WIP
// ImPlot v0.5 WIP
/*

View File

@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
// ImPlot v0.4 WIP
// ImPlot v0.5 WIP
#pragma once
#include "imgui.h"

View File

@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
// ImPlot v0.4 WIP
// ImPlot v0.5 WIP
#include "implot.h"
#include <math.h>
@ -137,7 +137,7 @@ void ShowDemoWindow(bool* p_open) {
ImGui::EndMenuBar();
}
//-------------------------------------------------------------------------
ImGui::Text("ImPlot says hello. (0.4 WIP)");
ImGui::Text("ImPlot says hello. (0.5 WIP)");
if (ImGui::CollapsingHeader("Help")) {
ImGui::Text("USER GUIDE:");
ImGui::BulletText("Left click and drag within the plot area to pan X and Y axes.");