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

appleMain.Utils.kt Maven / Gradle / Ivy

Go to download

Unstyled, fully accesible Compose Multiplatform components that you can customize to your heart's desire.

There is a newer version: 1.19.1
Show newest version
package com.composables.core

import androidx.compose.runtime.Composable

@Composable
internal actual fun KeyDownHandler(onEvent: (KeyDownEvent) -> Boolean) {
    // not handled
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy