Initializes the window and its platform/renderer backends. @param config configuration object with basic window information
(Configuration config)
| 38 | * @param config configuration object with basic window information |
| 39 | */ |
| 40 | protected abstract void init(Configuration config); |
| 41 | |
| 42 | /** |
| 43 | * Releases all resources owned by the window and its backends. |