Commit e9e34444 authored by simon's avatar simon
Browse files

comment

parent d13b2929
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# joysticks
Go language joystick interface.
Go language joystick/controller/gamepad interface.

uses Linux input interface to receive events directly, no polling.
uses Linux 'input' interface to receive events directly, no polling.

then uses channels to pipe around events, for flexibility and multi-threading.