Tap

data class Tap(val count: Int) : GlassesEvent

A physical tap gesture, such as a single tap or double tap.

Constructors

Link copied to clipboard
constructor(count: Int)

Properties

Link copied to clipboard
val count: Int