Skip to content
Adisol edited this page Mar 8, 2024 · 3 revisions

Screen component

This wiki page is for how to use the crossplatform Screen component

How to get screen height?

You can use Height variable in screen component
Usage: var y = OhMyOS.Screen.Height

How to get screen width?

You can use Width variable in screen component
Usage: var x = OhMyOS.Screen.Width

Clone this wiki locally