InputEventDevice import { InputEventDevice } from "destack:input/binding"; Input device event. export struct InputEventDevice { kind: "device"; header: InputEventHeader; action: InputEventAction; device: InputDevice; } language/library/src/input/binding/event.ds:132:141 Members kind: "device" Event discriminator. header: InputEventHeader Shared event header. action: InputEventAction Event action. device: InputDevice Device descriptor.