diff options
author | crupest <crupest@outlook.com> | 2021-10-27 20:09:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-27 20:09:53 +0800 |
commit | 4b1008ef111caf2008d3b4530993d17fd0e365ae (patch) | |
tree | 80626d3b2b40b136347f2c5d78d24c8deb0172c1 /include/cru/osx | |
parent | 25454e67a12acfb0f7f85680fe8242f562002f70 (diff) | |
download | cru-4b1008ef111caf2008d3b4530993d17fd0e365ae.tar.gz cru-4b1008ef111caf2008d3b4530993d17fd0e365ae.tar.bz2 cru-4b1008ef111caf2008d3b4530993d17fd0e365ae.zip |
...
Diffstat (limited to 'include/cru/osx')
-rw-r--r-- | include/cru/osx/gui/Keyboard.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/osx/gui/Keyboard.hpp b/include/cru/osx/gui/Keyboard.hpp index b31bcf2b..ae5b3ccf 100644 --- a/include/cru/osx/gui/Keyboard.hpp +++ b/include/cru/osx/gui/Keyboard.hpp @@ -3,5 +3,5 @@ namespace cru::platform::gui::osx { KeyCode KeyCodeFromOsxToCru(unsigned short n); -unsigned short KeyCodeFromOsxToCru(KeyCode k); +unsigned short KeyCodeFromCruToOsx(KeyCode k); } // namespace cru::platform::gui::osx |