diff options
| author | crupest <crupest@outlook.com> | 2020-04-05 22:42:17 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-04-05 22:42:17 +0800 |
| commit | 37ac119b98504ba859dfc789e357718264446bb9 (patch) | |
| tree | 6409f333d66fb10f03e65cea03a45d609dc16785 /include | |
| parent | abcaa16c897678fa3fa4cda3f23660e4ca46b841 (diff) | |
| download | cru-37ac119b98504ba859dfc789e357718264446bb9.tar.gz cru-37ac119b98504ba859dfc789e357718264446bb9.tar.bz2 cru-37ac119b98504ba859dfc789e357718264446bb9.zip | |
...
Diffstat (limited to 'include')
| -rw-r--r-- | include/cru/win/native/input_method.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cru/win/native/input_method.hpp b/include/cru/win/native/input_method.hpp index 2e09aac4..a0b18d63 100644 --- a/include/cru/win/native/input_method.hpp +++ b/include/cru/win/native/input_method.hpp @@ -1,3 +1,6 @@ +// Some useful information can be found from chromium code: +// https://chromium.googlesource.com/chromium/chromium/+/refs/heads/master/ui/base/win/ime_input.h + #pragma once #include "resource.hpp" |
