From 4056e710b4c99968afc4db3bbf26e2d3fef5db07 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 3 Oct 2021 22:29:38 +0800 Subject: ... --- include/cru/osx/gui/Keyboard.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/cru/osx/gui/Keyboard.hpp (limited to 'include/cru/osx') 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 -- cgit v1.2.3