keymap macros

This commit is contained in:
🪞👃🪞 2024-06-18 04:37:58 +03:00
parent d39cce271f
commit a50e022ab6
8 changed files with 233 additions and 199 deletions

View file

@ -29,9 +29,9 @@ impl Mixer {
}
pub fn process (
mixer: &mut Mixer,
client: &Client,
scope: &ProcessScope
_: &mut Mixer,
_: &Client,
_: &ProcessScope
) -> Control {
Control::Continue
}