aboutsummaryrefslogtreecommitdiff
path: root/include/cru/osx/gui/Keyboard.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/osx/gui/Keyboard.hpp')
-rw-r--r--include/cru/osx/gui/Keyboard.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/cru/osx/gui/Keyboard.hpp b/include/cru/osx/gui/Keyboard.hpp
new file mode 100644
index 00000000..b31bcf2b
--- /dev/null
+++ b/include/cru/osx/gui/Keyboard.hpp
@@ -0,0 +1,7 @@
+#pragma once
+#include "cru/platform/gui/Keyboard.hpp"
+
+namespace cru::platform::gui::osx {
+KeyCode KeyCodeFromOsxToCru(unsigned short n);
+unsigned short KeyCodeFromOsxToCru(KeyCode k);
+} // namespace cru::platform::gui::osx