
commonMain.com.outsidesource.oskitcompose.systemui.KMPWindowInfo.kt Maven / Gradle / Ivy
package com.outsidesource.oskitcompose.systemui
import androidx.compose.runtime.Composable
import androidx.compose.ui.input.pointer.PointerKeyboardModifiers
import androidx.compose.ui.unit.IntSize
@Composable
expect fun rememberKMPWindowInfo(): KMPWindowInfo
interface KMPWindowInfo {
val isWindowFocused: Boolean
val keyboardModifiers: PointerKeyboardModifiers
val containerSize: IntSize
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy