![]() |
Pixel Dust Game Engine
v0.9.5
|
This is the complete list of members for OS, including all inherited members.
binaryDump(char *outBuf, int outBufSize, const char *inBuf, int inBufSize, int bytesPerLine=20, int hiliteStart=-1, int hiliteCount=0) | OS | static |
deleteFile(const char *inFileName) | OS | static |
err_ILLEGAL enum value | OS | |
err_NONE enum value | OS | |
err_OVERFLOW enum value | OS | |
err_TRUNCATION enum value | OS | |
exit(int errCode) | OS | static |
findClose(FindDataT &inFindData) | OS | static |
findFirst(const char *inFindName, FindDataT &ioFindData) | OS | static |
findNext(FindDataT &ioFindData) | OS | static |
gameCriticalRandom() | OS | static |
getApplicationDataDirectory() | OS | static |
getApplicationDirectory() | OS | static |
getApplicationResourceDirectory() | OS | static |
getButtonName(int buttonNumber) | OS | static |
getDeviceOrientation(float &roll, float &pitch, float &yaw, bool absolute=false) | OS | static |
getKeyName(long keyCode) | OS | static |
getMilliseconds() | OS | static |
getMouse(int mouseNumber=0) | OS | static |
isButtonDown(int buttonNumber) | OS | static |
isKeyDown(uint16 utf16Char) | OS | static |
isRawKeyDown(long keyCode) | OS | static |
makeCanonicalPath(const char *fromPath, bool resolveSimLinks=true) | OS | static |
rand() | OS | static |
renameFile(const char *inFileName, const char *inNewFileName) | OS | static |
srand(unsigned long seed) | OS | static |
utf16to8(std::string &dst, utf16string &src) | OS | static |
utf16to8(char *ioUTF8dst, long &ioDstBytes, const utf16char *inUTF16src, long inSrcLen, long &outCharsConverted) | OS | static |
utf8to16(utf16string &dst, const std::string &src) | OS | static |
utf8to16(utf16string &dst, const std::string &src, int cbLen) | OS | static |
utf8to16(utf16char *ioUTF16dst, long &ioDstBytes, const char *inUTF8src, long inSrcLen, long &outCharsConverted) | OS | static |