Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct { Name string BusType, Vendor, Product, Version uint16 // contains filtered or unexported fields }
func (*Device) HasEventCode ¶
func (*Device) HasEventType ¶
func (*Device) NextEvent ¶
func (d *Device) NextEvent() (InputEvent, error)
type InputEvent ¶
func (InputEvent) Is ¶
func (ev InputEvent) Is(t, code uint16) bool
Click to show internal directories.
Click to hide internal directories.