This commit is contained in:
Moritz Ruth 2024-02-28 16:48:01 +01:00
parent bc1ced79a8
commit 19a595c21b
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D
26 changed files with 754 additions and 559 deletions

View file

@ -42,6 +42,7 @@ pub enum KeyEvent {
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
#[serde(tag = "type", rename_all = "kebab-case")]
pub enum HandlerEvent {
Stop,
Knob { path: KnobPath, event: KnobEvent },
Key { path: KeyPath, event: KeyEvent },
}