commonMain.io.nacular.doodle.drawing.impl.Utils.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of browser Show documentation
Show all versions of browser Show documentation
A pure Kotlin, UI framework for the Web and Desktop
package io.nacular.doodle.drawing.impl
import io.nacular.doodle.dom.Event
import io.nacular.doodle.dom.MouseEvent
internal fun isKeyboardClick(event: Event) = event is MouseEvent && event.detail <= 0