Skip to content

Instantly share code, notes, and snippets.

View Tetrastorm's full-sized avatar
:octocat:

Valentin Diard Tetrastorm

:octocat:
View GitHub Profile
@jasonwhite
jasonwhite / joystick.c
Last active May 3, 2024 13:28
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: