Hyperlink text button that automatically opens the given file/URL on click (new in imgui 1.91). Uses io.PlatformOpenInShellFn (with OS defaults on Windows/Linux/macOS).
(final String label)
| 3030 | * Uses {@code io.PlatformOpenInShellFn} (with OS defaults on Windows/Linux/macOS). |
| 3031 | */ |
| 3032 | public static boolean textLinkOpenURL(final String label) { |
| 3033 | return nTextLinkOpenURL(label); |
| 3034 | } |
| 3035 | |
| 3036 | /** |
| 3037 | * Hyperlink text button that automatically opens the given file/URL on click (new in imgui 1.91). |
no test coverage detected