fix conditional compilation

This commit is contained in:
Ferdinand Schober
2024-07-12 18:18:46 +02:00
parent 7e77e0c3f5
commit f74b7f98fe
7 changed files with 21 additions and 3 deletions

View File

@@ -80,6 +80,8 @@ impl InputEmulation for WindowsEmulation {
async fn create(&mut self, _handle: EmulationHandle) {}
async fn destroy(&mut self, _handle: EmulationHandle) {}
async fn terminate(&mut self) {}
}
impl WindowsEmulation {