public interface ISpecialCursor
| Modifier and Type | Method and Description |
|---|---|
default int |
getHotspotX() |
default int |
getHotspotY() |
default int |
getPriority() |
ITexture |
getTexture() |
boolean |
shouldUseCursor(IGameInstance game,
IAssetManager manager,
IGraphics graphics,
IGuiManager guiManager,
IInteractionManager interactionManager) |
ITexture getTexture()
boolean shouldUseCursor(IGameInstance game, IAssetManager manager, IGraphics graphics, IGuiManager guiManager, IInteractionManager interactionManager)
default int getHotspotX()
default int getHotspotY()
default int getPriority()