Skip to content

e2dk4r/gamepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gamepad

This is simple example for detecting gamepad inputs using liburing and libevdev libraries in linux.

For more concrete example see src/handmadehero_linux.c

libraries

library used for
liburing event loop and polling
libevdev detecting whether device is gamepad

build

meson setup build
ninja -C build
./build/gamepad

references

About

linux gamepad detection and key detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published