mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 20:57:32 -04:00
very basic window movement bound to alt-left
This commit is contained in:
parent
17cdbae175
commit
36b89b04d0
4 changed files with 47 additions and 20 deletions
5
src/c.zig
Normal file
5
src/c.zig
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pub const c = @cImport({
|
||||
@cInclude("linux/input-event-codes.h");
|
||||
@cInclude("libevdev/libevdev.h");
|
||||
@cInclude("libinput.h");
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue