Commit 16e17400 authored by simon's avatar simon
Browse files

comment

parent eba66890
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
# joysticks
Go language joystick interface.

uses channels for events, for flexibility and multi-threading.
uses Linux input interface to receive events directly, no polling.

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

Overview/docs: [![GoDoc](https://godoc.org/github.com/splace/joysticks?status.svg)](https://godoc.org/github.com/splace/joysticks)