function get_Desktop() { theDesktopWidth = sys_metrics(0); theDesktopHeight = sys_metrics(1); } panel screen_size_panel = { digits(10,10,"width: %.1f","Arial#16b",1,theDesktopWidth); digits(10,30,"height: %.1f","Arial#16b",1,theDesktopHeight); flags = VISIBLE, refresh; layer = 60; }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de