Skip to content

Instantly share code, notes, and snippets.

@jasonwhite
jasonwhite / joystick.c
Last active November 15, 2025 14:16
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: