Skip to content

Instantly share code, notes, and snippets.

View kion-dgl's full-sized avatar

Kion kion-dgl

View GitHub Profile
@jasonwhite
jasonwhite / joystick.c
Last active April 11, 2024 15:45
Reads joystick/gamepad events on Linux and displays them.
/**
* Author: Jason White
*
* Description:
* Reads joystick/gamepad events and displays them.
*
* Compile:
* gcc joystick.c -o joystick
*
* Run: