aboutsummaryrefslogtreecommitdiff
path: root/include/cru/osx/gui/Keyboard.hpp
blob: b31bcf2bab9416d348865d8607be4d53501758d4 (plain)
1
2
3
4
5
6
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