mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 06:01:56 -07:00
input manager progress
This commit is contained in:
@@ -23,3 +23,11 @@ struct SRenderData {
|
||||
int x;
|
||||
int y;
|
||||
};
|
||||
|
||||
struct SKeyboard {
|
||||
wlr_input_device* keyboard;
|
||||
|
||||
DYNLISTENER(keyboardMod);
|
||||
DYNLISTENER(keyboardKey);
|
||||
DYNLISTENER(keyboardDestroy);
|
||||
};
|
Reference in New Issue
Block a user