libtcod
Loading...
Searching...
No Matches
TCODSystem Member List

This is the complete list of members for TCODSystem, including all inherited members.

broadcastCondition(TCOD_cond_t sem) (defined in TCODSystem)TCODSystemstatic
checkForEvent(int eventMask, TCOD_key_t *key, TCOD_mouse_t *mouse)TCODSystemstatic
createDirectory(const char *path)TCODSystemstatic
deleteCondition(TCOD_cond_t sem) (defined in TCODSystem)TCODSystemstatic
deleteDirectory(const char *path)TCODSystemstatic
deleteFile(const char *path)TCODSystemstatic
deleteMutex(TCOD_mutex_t mut) (defined in TCODSystem)TCODSystemstatic
deleteSemaphore(TCOD_semaphore_t sem) (defined in TCODSystem)TCODSystemstatic
deleteThread(TCOD_thread_t th) (defined in TCODSystem)TCODSystemstatic
fileExists(const char *filename,...)TCODSystemstatic
forceFullscreenResolution(int width, int height)TCODSystemstatic
getCharSize(int *w, int *h)TCODSystemstatic
getClipboard()TCODSystemstatic
getCurrentResolution(int *width, int *height)TCODSystemstatic
getDirectoryContent(const char *path, const char *pattern)TCODSystemstatic
getElapsedMilli()TCODSystemstatic
getElapsedSeconds()TCODSystemstatic
getFps()TCODSystemstatic
getFullscreenOffsets(int *offset_x, int *offset_y)TCODSystemstatic
getLastFrameLength()TCODSystemstatic
getNumCores() (defined in TCODSystem)TCODSystemstatic
getRenderer() (defined in TCODSystem)TCODSystemstatic
isDirectory(const char *path)TCODSystemstatic
lockSemaphore(TCOD_semaphore_t sem) (defined in TCODSystem)TCODSystemstatic
mutexIn(TCOD_mutex_t mut) (defined in TCODSystem)TCODSystemstatic
mutexOut(TCOD_mutex_t mut) (defined in TCODSystem)TCODSystemstatic
newCondition() (defined in TCODSystem)TCODSystemstatic
newMutex() (defined in TCODSystem)TCODSystemstatic
newSemaphore(int initVal) (defined in TCODSystem)TCODSystemstatic
newThread(int(*func)(void *), void *data) (defined in TCODSystem)TCODSystemstatic
readFile(const char *filename, unsigned char **buf, size_t *size)TCODSystemstatic
registerSDLRenderer(ITCODSDLRenderer *renderer)TCODSystemstatic
saveScreenshot(const char *filename)TCODSystemstatic
setClipboard(const char *value)TCODSystemstatic
setFps(int val)TCODSystemstatic
setRenderer(TCOD_renderer_t renderer)TCODSystemstatic
signalCondition(TCOD_cond_t sem) (defined in TCODSystem)TCODSystemstatic
sleepMilli(uint32_t val)TCODSystemstatic
unlockSemaphore(TCOD_semaphore_t sem) (defined in TCODSystem)TCODSystemstatic
updateChar(int asciiCode, int font_x, int font_y, const TCODImage *img, int x, int y)TCODSystemstatic
waitCondition(TCOD_cond_t sem, TCOD_mutex_t mut) (defined in TCODSystem)TCODSystemstatic
waitForEvent(int eventMask, TCOD_key_t *key, TCOD_mouse_t *mouse, bool flush)TCODSystemstatic
waitThread(TCOD_thread_t th) (defined in TCODSystem)TCODSystemstatic
writeFile(const char *filename, unsigned char *buf, uint32_t size)TCODSystemstatic