tree: support toggling floating with double clicks
This commit is contained in:
parent
a588b9044d
commit
d425768760
11 changed files with 137 additions and 14 deletions
|
|
@ -346,6 +346,12 @@ pub enum ClientMessage<'a> {
|
|||
connector: Connector,
|
||||
transform: Transform,
|
||||
},
|
||||
SetDoubleClickIntervalUsec {
|
||||
usec: u64,
|
||||
},
|
||||
SetDoubleClickDistance {
|
||||
dist: i32,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue