Skip to content

Instantly share code, notes, and snippets.

@Kudesnick
Kudesnick / joystick.c
Created November 29, 2020 15:36 — forked from jasonwhite/joystick.c
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: