On Windows, implement 'Window::set_ime_position' with IMM API

This commit is contained in:
moko256 2020-12-10 05:16:59 +09:00 committed by GitHub
parent c5620efc9c
commit db038d943c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 78 additions and 4 deletions

View file

@ -65,6 +65,7 @@ features = [
"commctrl",
"dwmapi",
"errhandlingapi",
"imm",
"hidusage",
"libloaderapi",
"objbase",