@@ -15,7 +15,7 @@ Use methods to add (or alter) 'Event' channels.
Start running by calling 'ParcelOutEvents()'.
(event index to channel mappings can be changed dynamically.)
(unlike highlevel, event index to channel mappings can be changed dynamically.)
Lowlevel
@@ -27,7 +27,7 @@ Interface
'Event' interface, provides a time.Duration through a call to the Moment() method, returning whatever the underlying Linux driver provides as the events timestamp, as a time.Duration.
returned 'Event's need asserting to their underlying type to access data other than moment.
returned 'Event's need asserting to their underlying type ( '***Event' ) to access data other than moment.
// creates a channel that, after receiving any event on the first parameter chan, and until any event on second chan parameter, regularly receives when events.
// the repeat interval is DefaultRepeat, and is stored, so retriggering is not effected by changing DefaultRepeat.
@@ -445,4 +473,3 @@ func (d HID) InsertSyntheticEvent(v int16, t uint8, i uint8) {