Create About window. display Dear ImGui version, credits and build/system information.
()
| 391 | * Create About window. display Dear ImGui version, credits and build/system information. |
| 392 | */ |
| 393 | public static void showAboutWindow() { |
| 394 | nShowAboutWindow(); |
| 395 | } |
| 396 | |
| 397 | /** |
| 398 | * Create About window. display Dear ImGui version, credits and build/system information. |
nothing calls this directly
no test coverage detected