Skip to content

cactusbento/libevdev-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libevdev-zig

Zig version: 0.14.0-dev.41+8f27a4370

A Zig wrapper for libevdev/libvbevdev.h that covers the most useful functionalities of the library.

Example

See src/main.zig for an example of the library in use.

Modules

  • "libevdev" - The wrapper itself. Covers mostly keyboards, may cover mice.
    • Links libc
    • Links libevdev
      • Preferred link mode is .dynamic

Todo

  • Cover API for the rest of the devices. (PRs welcome)

About

Libevdev wrapper for zig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages