macOS: Implement NSTextInputClient (#518)

Fixes #263
This commit is contained in:
Francesca Frangipane
2018-05-17 21:28:30 -04:00
committed by GitHub
parent 8440091a4e
commit dec728cfa2
15 changed files with 648 additions and 147 deletions

View File

@@ -643,6 +643,11 @@ impl Window {
}
self.taskbar_icon.replace(taskbar_icon);
}
#[inline]
pub fn set_ime_spot(&self, _x: i32, _y: i32) {
unimplemented!();
}
}
impl Drop for Window {