This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

Exactly as it says. I want to change the handheld orientation using gdscript. I know I can set it in the project settings but I can't seem to change it using gdscript. I even tried doing something like this

print(get("display/window/handheld/orientation"))

to see if It exist because the description labeled it as such and it returns

null

So can anyone teach me how to access and change handheld orientation

Godot version godot 3.2.3
in Engine by (271 points)

1 Answer

+2 votes
Best answer

Looking at the doc, it seems you need to use OS.screen_orientation with whatever orientation you want.

Here's the property https://docs.godotengine.org/fr/stable/classes/class_os.html#class-os-property-screen-orientation and here are the different orientations you can use: https://docs.godotengine.org/fr/stable/classes/class_os.html#enum-os-screenorientation

by (643 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.