parent
b4d73064d9
commit
887e2b6cbc
11 changed files with 77 additions and 0 deletions
|
|
@ -330,6 +330,10 @@ pub enum ClientMessage<'a> {
|
|||
GetWorkspaceCapture {
|
||||
workspace: Workspace,
|
||||
},
|
||||
SetNaturalScrollingEnabled {
|
||||
device: InputDevice,
|
||||
enabled: bool,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Encode, Decode, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue