gpt4 book ai didi

android - 如何从 cpp 文件中调用 setRequestedOrientation()?

转载 作者:行者123 更新时间:2023-11-28 05:06:29 28 4
gpt4 key购买 nike

我正在尝试限制 Android 中的可用方向。通过在 list 文件中设置以下标志,效果很好。

android:screenOrientation="portrait"

但我想通过编码来设置它。我从下面的链接中找到了这个问题。

Set the orientation to portrait from code

它说我可以用下面的代码设置它。

setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);

但我正在使用名为 openFrameworks 的基于 C++ 的框架进行 Android 开发,我不知道如何从 ofApp.cpp 文件中调用此方法。有人可以教我怎么做吗?谢谢!

最佳答案

在这里你可以找到完整的解释Android Rotation Exploitation , source codevideo .希望对您有所帮助

关于android - 如何从 cpp 文件中调用 setRequestedOrientation()?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44631987/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com