------------------------------------------------------------------------------ -- -- This file is part of the Corona game engine. -- For overview and more information on licensing please refer to README.md -- Home page: https://github.com/coronalabs/corona -- Contact: support@coronalabs.com -- ------------------------------------------------------------------------------ simulator = { device = "android", screenOriginX = 0, screenOriginY = 0, screenWidth = 1920, screenHeight = 1920, deviceImage = nil, displayManufacturer = "{customDeviceManufacturer}", displayName = "My Custom Device", supportsScreenRotation = true, windowTitleBarName = "My Custom Device" }