gpt4 book ai didi

java - iOS 上的 LibGDX : Rotate screen programmatically using Robovm

转载 作者:行者123 更新时间:2023-11-30 01:41:50 25 4
gpt4 key购买 nike

我遇到了标题中提到的问题。

根据这个answer它在 ViewController 的 ViewDidAppear 中执行。但是,如果我想在游戏的某个时刻后更改旋转,如何将这段代码导入到java中以及在哪里调用它。

我尝试做这样的事情:

long landscapeOrientation = UIInterfaceOrientation.LandscapeLeft.value();
UIDevice.getCurrentDevice().getKeyValueCoder().setValue("orientation", landscapeOrientation);

卡住了,因为我需要 NSObject...

最佳答案

感谢 Robovm's gitterDemyan Kimitsa

long landscapeOrientation =  UIInterfaceOrientation.LandscapeLeft.value();
UIDevice.getCurrentDevice().getKeyValueCoder().setValue("orientation", NSNumber.valueOf((int) landscapeOrientation));

关于java - iOS 上的 LibGDX : Rotate screen programmatically using Robovm,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59666124/

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