All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.ru.casperix.multiplatform.PlatformMisc.kt Maven / Gradle / Ivy

package ru.casperix.multiplatform

internal expect val currentPlatformType:PlatformType

object PlatformMisc {
    var debugOneFPSMode = false
    var continuousRendering = true
    var fontSmoothMode = FontSmoothMode.NONE
    val platformType = currentPlatformType
    var loaderCacheEnabled = true
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy