(final Configuration config)
| 61 | private long handle; |
| 62 | |
| 63 | @Override |
| 64 | protected void init(final Configuration config) { |
| 65 | initWindow(config); |
| 66 | owner.initImGui(config); |
| 67 | imGuiGlfw.init(handle, true); |
| 68 | imGuiGl3.init(glslVersion); |
| 69 | } |
| 70 | |
| 71 | @Override |
| 72 | protected void dispose() { |
nothing calls this directly
no test coverage detected