menu
InputTouchBinding
import { InputTouchBinding } from "destack:input/binding";
Touch binding family.
1export interface InputTouchBinding {2 readTouchState(device: InputDeviceHandle): Result<TouchState, HostError>;3}Members
readTouchState(device: InputDeviceHandle): Result<TouchState, HostError>Read one touch state snapshot.