-- @/lua/ge/extensions/core/camera.lua:1217
local function timeSinceLastRotation()
return Engine.Platform.getSystemTimeMS() - lastRotatedTime
end
if not core_camera then return end
local timeSinceRotation = core_camera.timeSinceLastRotation()
isAnyControllerConnected()
and core_camera.timeSinceLastRotation() < 1000
and isUnicycle