-
Notifications
You must be signed in to change notification settings - Fork 4
System_functions
FiveTechSoft edited this page Apr 11, 2018
·
3 revisions
| Name | Description |
|---|---|
| ScreenWidth() | Returns the width of the screen |
| ScreenHeight() | Returns the height of the screen |
| SysRefresh() | Lets the app process the pendings events |
| DataLocation() | Returns the path to the app data folder |
| DownloadLocation() | Returns the path to the Downloads folder |
| nRgb() | Returns a nRGB color from its red, green and blue values |
| WndSetColor(oWnd,nRGBColor) | Set the color of a window from a nRGB value |

