mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 15:35:09 +00:00
Added isCreated() method for consistency
This commit is contained in:
parent
761a1cece3
commit
70f3ca8664
1 changed files with 8 additions and 0 deletions
|
|
@ -179,4 +179,12 @@ public abstract class BaseAL {
|
|||
* Native method the destroy the AL
|
||||
*/
|
||||
protected static native void nDestroy();
|
||||
|
||||
|
||||
/**
|
||||
* @return true if AL has been created
|
||||
*/
|
||||
public static boolean isCreated() {
|
||||
return created;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue