input manager progress
This commit is contained in:
parent
bc937e3e71
commit
854c827911
5 changed files with 82 additions and 11 deletions
|
|
@ -23,3 +23,11 @@ struct SRenderData {
|
|||
int x;
|
||||
int y;
|
||||
};
|
||||
|
||||
struct SKeyboard {
|
||||
wlr_input_device* keyboard;
|
||||
|
||||
DYNLISTENER(keyboardMod);
|
||||
DYNLISTENER(keyboardKey);
|
||||
DYNLISTENER(keyboardDestroy);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue