I’m trying to port an old iOS game across to Urho3D to make it multi-platform.
One thing I need to hook into is the mobile device orientation. On iOS it’s ‘UIDeviceOrientation’ or ‘UIInterfaceOrientation’. Does Urho3D offer a way to hook in to events where these values change in a platform independent way?