mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
basic mousemap stuff, probably needs to be changed
This commit is contained in:
parent
afed68101c
commit
64dccb248d
4 changed files with 154 additions and 49 deletions
|
|
@ -45,6 +45,7 @@ cursor: Cursor,
|
|||
|
||||
// Lua data
|
||||
keymaps: std.AutoHashMap(u64, Keymap),
|
||||
mousemaps: std.AutoHashMap(u64, Mousemap),
|
||||
hooks: std.AutoHashMap(i32, *Hook),
|
||||
events: Events,
|
||||
remote_lua_clients: std.DoublyLinkedList,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue