vertical text
todo: mixer tooltips
This commit is contained in:
parent
22f0b3f4e6
commit
fe0f4d82e6
4 changed files with 51 additions and 7 deletions
|
|
@ -400,6 +400,13 @@ void FurnaceGUI::drawDebug() {
|
|||
ImGui::ScrollText(ImGui::GetID("scrolltest4"),"quam nihil molestiae consequatur, vel illum, qui dolorem eum fugiat, quo voluptas nulla pariatur?",ImGui::GetCursorPos(),ImVec2(0,0),true);
|
||||
ImGui::TreePop();
|
||||
}
|
||||
if (ImGui::TreeNode("Vertical Text Test")) {
|
||||
VerticalText("Test");
|
||||
VerticalText("Test 2");
|
||||
ImGui::SameLine();
|
||||
VerticalText("Test 3");
|
||||
ImGui::TreePop();
|
||||
}
|
||||
if (ImGui::TreeNode("Pitch Table Calculator")) {
|
||||
ImGui::InputDouble("Clock",&ptcClock);
|
||||
ImGui::InputDouble("Divider/FreqBase",&ptcDivider);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue