int GetScreenSize (int *height, int *width);
Returns the height and width of the screen in pixels.
Output | ||
Name | Type | Description |
height | integer | Height of the screen in pixels. You can pass NULL. |
width | integer | Width of the screen in pixels. You can pass NULL. |
Name | Type | Description | ||||
status | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred.
|