Class GLFWWindow.StaticCursorResource
Syntax
public class StaticCursorResource implements AssetI
Methods
decAndGetRef()
Declaration
public int decAndGetRef()
Returns
Type | Description |
---|---|
int |
Overrides
decRef()
Decrements the asset's reference count by one.
Declaration
public void decRef()
Overrides
dispose()
Declaration
public void dispose()
Overrides
getRefs()
Returns the integer representation of the references.
Declaration
public int getRefs()
Returns
Type | Description |
---|---|
int | The count of refrences. |
Overrides
incAndGetRef()
Declaration
public int incAndGetRef()
Returns
Type | Description |
---|---|
int |
Overrides
incRef()
Increments the asset's reference count by one.
Declaration
public void incRef()