InputEvent.Info (input_event v0.4.2) View Source

Information about a input event file

Link to this section Summary

Functions

Helper function for decoding raw report information from the port driver.

Link to this section Types

Specs

t() :: %InputEvent.Info{
  bus: non_neg_integer(),
  input_event_version: String.t(),
  name: String.t(),
  product: non_neg_integer(),
  report_info: [{atom(), [any()]}],
  vendor: non_neg_integer(),
  version: non_neg_integer()
}

Link to this section Functions

Link to this function

decode_report_info(raw_type, raw_report_info)

View Source

Helper function for decoding raw report information from the port driver.