package coffee.liz.abstractionengine class JVMPlatform : Platform { override val needsTouchscreenControls = false } actual fun getPlatform(): Platform = JVMPlatform()