Jump to content

reading screen resolution in GUI scripts


Recommended Posts

        let screen = guiObj.parent.getComputedSize();
        let h = screen.bottom - screen.top;
        let w = screen.right - screen.left;
        let iw = h * 2;

Just pick the highest element in the page you can grab.

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...