mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Reworked file structure
This commit is contained in:
20
NuakeEditor/Source/Editor/Windows/UIDemoWindow.cpp
Normal file
20
NuakeEditor/Source/Editor/Windows/UIDemoWindow.cpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#include "UIDemoWindow.h"
|
||||
|
||||
#include "Nuake/UI/ImUI.h"
|
||||
|
||||
float floatSlider = 0.6f;
|
||||
bool checkbox = false;
|
||||
|
||||
void UIDemoWindow::Draw()
|
||||
{
|
||||
using namespace Nuake;
|
||||
|
||||
//UI::BeginWindow("UI Demo");
|
||||
//{
|
||||
// UI::PrimaryButton("Primary Button");
|
||||
// UI::SecondaryButton("Secondary Button");
|
||||
// UI::FloatSlider("Float slider", floatSlider);
|
||||
// UI::CheckBox("Checkbox", checkbox);
|
||||
//}
|
||||
//UI::EndWindow();
|
||||
}
|
||||
Reference in New Issue
Block a user