Results 1 comments of Red-Pheonix

``` imgui.begin("Example: button") imgui.button("Button 1") imgui.button("Button 2") imgui.end() ``` Took this from the documentation. Type this somewhere in your gui loop. A window with 2 buttons should appear. And if...