MCPcopy Create free account
hub / github.com/andlabs/ui / LibuiFreeText

Function LibuiFreeText

control.go:143–145  ·  view source on GitHub ↗

LibuiFreeText allows implementations of Control to call the libui function uiFreeText.

(c uintptr)

Source from the content-addressed store, hash-verified

141// LibuiFreeText allows implementations of Control
142// to call the libui function uiFreeText.
143func LibuiFreeText(c uintptr) {
144 C.uiFreeText((*C.char)(unsafe.Pointer(c)))
145}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected