class InputDevice

Defined at line 51 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/markers.h

An `InputDevice` driver represents a single physical input device.

The InputDevice maintains an internal FIFO of `MAX_DEVICE_REPORT_COUNT`

reports for each client that connects. Reports are removed from the FIFO

once they are read by the client. If the FIFO is full, it will drop the

oldest report to make room for an incoming report.

Public Members

static Openness kOpenness
static const char[] kDiscoverableName

Records