public abstract class ImGuiStruct
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
ptr
Pointer to the natively allocated object.
|
Constructor and Description |
---|
ImGuiStruct(long ptr) |
Modifier and Type | Method and Description |
---|---|
boolean |
isNotValidPtr()
Shows if object pointer is valid and does it point to the existing object.
|
boolean |
isValidPtr()
Shows if object pointer is valid and does it point to the existing object.
|
public long ptr
isValidPtr()
and isNotValidPtr()
could be used to verify that object points to the real object.public final boolean isValidPtr()
public final boolean isNotValidPtr()