mirror of
https://github.com/gwm17/implot.git
synced 2024-11-13 22:48:50 -05:00
rev up to v0.5
This commit is contained in:
parent
5c9679c2ab
commit
6a5e9401f7
|
@ -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
|
||||
|
||||
/*
|
||||
|
||||
|
|
2
implot.h
2
implot.h
|
@ -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"
|
||||
|
|
|
@ -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.");
|
||||
|
|
Loading…
Reference in New Issue
Block a user