Method called before window creation. Could be used to provide basic window information, like title name etc. @param config configuration object with basic window information
(final Configuration config)
| 65 | * @param config configuration object with basic window information |
| 66 | */ |
| 67 | protected void configure(final Configuration config) { |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Method to initialize Dear ImGui context. Could be overridden to do custom Dear ImGui setup before application start. |