Get resolutions without debugging?

hi there,
why we cannot get resolutions of devices without debugging. is it necessary to debugging for get resolutions?

and tell me why?

thank you.

I’m not sure what you mean?

If you wish to get the current dimensions, you can either use window.get_size() or render.get_width()/render.get_height()

1 Like

You can also use DefOS to get the size of the window view for desktop apps and setup a window.set_listener() to get resize events.

it looks like above…

if i click “debug” and “Start/Attach” button, my project is debugging.
now i can view my project in different devices resolutions…

thank you

can i view my project in different resolutions without debugging?

That menu option is available also without running the Debugger.

1 Like