Removed line and added startup args to jmx

This commit is contained in:
Willem Cazander 2022-10-16 22:44:44 +02:00
parent 584c5fdc64
commit 53748cae84
2 changed files with 8 additions and 2 deletions

View file

@ -66,9 +66,8 @@ public class NotepadDeskApp extends AbstractDeskApp implements DeskAppRenderer {
ImGui.sliderInt(BãßBȍőnConstantsʸᴰ.STR_SPACE, runSpeed.getData(), 0, 60); // empty ID not allowed in ImGui, but whitespace is an ID :)
ImGui.sameLine();
ImCharacter.render("speedId", "RunSpeed", 'ﷲ', v -> unicode4DService.getCharacterForUnicode(v));
ImGui.text(BãßBȍőnConstantsʸᴰ.STR_SPACE);
ImGui.invisibleButton("matrix", ImGui.getWindowWidth(), ImGui.getWindowHeight()-(3*ImGui.getFontSize()));
ImGui.invisibleButton("matrix", ImGui.getWindowWidth(), ImGui.getWindowHeight()-(2*ImGui.getFontSize()));
ImVec2 p0 = ImGui.getItemRectMin();
ImVec2 p1 = ImGui.getItemRectMax();
ImDrawList drawList = ImGui.getWindowDrawList();