Skip to content

navy1978/joypad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

joypad

Reads joypad events and displays them.

This code has been taken from https://gist.github.com/jasonwhite/c5b2048c15993d285130 (Author: Jason White). This version fixes the DPAD tracking (pressed and released) missed in the original project There is also an attempt to listen to the events in background using pthread .

To compile:

gcc -pthread joypad.c -o joypad

About

Reads joypad events and displays them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages