![JAR search and dependency download from the Maven repository](/logo.png)
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