1
0
Fork 0
forked from wry/wry

metal: allow changing the connector mode

This commit is contained in:
Julian Orth 2024-03-04 17:18:44 +01:00
parent 558bea47b7
commit 98b6eba81c
9 changed files with 124 additions and 4 deletions

View file

@ -246,6 +246,10 @@ impl Connector for TestConnector {
fn set_enabled(&self, _enabled: bool) {
// todo
}
fn set_mode(&self, _mode: Mode) {
// todo
}
}
pub struct TestMouseClick {