commonMain.me.saket.telephoto.zoomable.internal.haptics.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zoomable-desktop Show documentation
Show all versions of zoomable-desktop Show documentation
A Modifier for making anything zoomable.
package me.saket.telephoto.zoomable.internal
import androidx.compose.runtime.Composable
import androidx.compose.ui.hapticfeedback.HapticFeedback
@Composable
internal expect fun rememberHapticFeedbackPerformer(): HapticFeedbackPerformer
/** Migrate to [HapticFeedback] once it supports the constant(s) we want */
internal interface HapticFeedbackPerformer {
fun performHapticFeedback()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy