Skip to content

Commit

Permalink
[next/input/keyboard] enable modifier handler
Browse files Browse the repository at this point in the history
Signed-off-by: Shinyzenith <[email protected]>
  • Loading branch information
Shinyzenith committed Aug 1, 2023
1 parent 28e124c commit 6fcbe33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/zig-clap
Submodule zig-clap updated 2 files
+21 −28 clap.zig
+1 −1 gyro.zzz
1 change: 1 addition & 0 deletions next/input/Keyboard.zig
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ pub fn init(self: *Self, device: *wlr.InputDevice) !void {
self.server.seat.wlr_seat.setKeyboard(self.wlr_keyboard);

self.wlr_keyboard.events.key.add(&self.key);
self.wlr_keyboard.events.modifiers.add(&self.modifiers);
self.wlr_input_device.events.destroy.add(&self.destroy);
}

Expand Down
2 changes: 1 addition & 1 deletion protocols/wlr-protocols
Submodule wlr-protocols updated from 8cdeaa to 426418

0 comments on commit 6fcbe33

Please sign in to comment.