MCPcopy Create free account
hub / github.com/SpaiR/imgui-java / textLinkOpenURL

Method textLinkOpenURL

imgui-binding/src/generated/java/imgui/ImGui.java:3032–3034  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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).

Callers 1

processMethod · 0.95

Calls 1

nTextLinkOpenURLMethod · 0.95

Tested by

no test coverage detected