iup_drvinfo.h File Reference
Detailed Description
See Copyright Notice in iup.h
Functions | |
| void | iupdrvGetFullSize (int *width, int *height) |
| void | iupdrvGetScreenSize (int *width, int *height) |
| int | iupdrvGetScreenDepth (void) |
| char * | iupdrvGetSystemVersion (void) |
| char * | iupdrvGetSystemName (void) |
| char * | iupdrvGetComputerName (void) |
| char * | iupdrvGetUserName (void) |
| void | iupdrvGetKeyState (char *key) |
| void | iupdrvGetCursorPos (int *x, int *y) |
| void * | iupdrvGetDisplay (void) |
| int | iupdrvGetWindowDecor (void *wnd, int *border, int *caption) |
| char * | iupdrvGetCurrentDirectory (void) |
| int | iupdrvSetCurrentDirectory (const char *dir) |
| int | iupdrvIsFile (const char *name) |
| int | iupdrvIsDirectory (const char *name) |
| int | iupdrvMakeDirectory (const char *name) |