public class SteamUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SteamUtils.NotificationPosition |
static class |
SteamUtils.SteamAPICallFailure |
| Modifier and Type | Field and Description |
|---|---|
protected long |
callback |
protected long |
pointer |
| Constructor and Description |
|---|
SteamUtils(SteamUtilsCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
deleteCallback(long callback) |
void |
dispose() |
SteamUtils.SteamAPICallFailure |
getAPICallFailureReason(SteamAPICall handle) |
int |
getAppID() |
SteamUniverse |
getConnectedUniverse() |
int |
getImageHeight(int image) |
boolean |
getImageRGBA(int image,
ByteBuffer dest) |
boolean |
getImageSize(int image,
int[] size) |
int |
getImageWidth(int image) |
int |
getSecondsSinceAppActive() |
int |
getSecondsSinceComputerActive() |
int |
getServerRealTime() |
boolean |
isAPICallCompleted(SteamAPICall handle,
boolean[] result) |
boolean |
isOverlayEnabled() |
void |
setOverlayNotificationPosition(SteamUtils.NotificationPosition position) |
void |
setWarningMessageHook(SteamAPIWarningMessageHook messageHook) |
public SteamUtils(SteamUtilsCallback callback)
public int getSecondsSinceAppActive()
public int getSecondsSinceComputerActive()
public SteamUniverse getConnectedUniverse()
public int getServerRealTime()
public int getImageWidth(int image)
public int getImageHeight(int image)
public boolean getImageSize(int image,
int[] size)
public boolean getImageRGBA(int image,
ByteBuffer dest)
throws SteamException
SteamExceptionpublic int getAppID()
public void setOverlayNotificationPosition(SteamUtils.NotificationPosition position)
public boolean isAPICallCompleted(SteamAPICall handle, boolean[] result)
public SteamUtils.SteamAPICallFailure getAPICallFailureReason(SteamAPICall handle)
public void setWarningMessageHook(SteamAPIWarningMessageHook messageHook)
public boolean isOverlayEnabled()
public void dispose()
protected static void deleteCallback(long callback)
Copyright © 2018. All rights reserved.