libui.ktx / Disposable / disposed
val disposed: Boolean
Returns true
if object was disposed - in this case dispose will do nothing,
all other operations are invalid and will throw Error("Resource is disposed")
.
libui.ktx / Disposable / disposed
val disposed: Boolean
Returns true
if object was disposed - in this case dispose will do nothing,
all other operations are invalid and will throw Error("Resource is disposed")
.