commit
This commit is contained in:
parent
bc1ced79a8
commit
19a595c21b
26 changed files with 754 additions and 559 deletions
|
@ -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 },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue