aboutsummaryrefslogtreecommitdiff
path: root/include/cru/osx/gui/Keyboard.h
blob: 89e0fa057c91290cc7eb4f30eea6788f8d688381 (plain)
1
2
3
4
5
6
7
#pragma once
#include "cru/platform/gui/Keyboard.h"

namespace cru::platform::gui::osx {
KeyCode KeyCodeFromOsxToCru(unsigned short n);
unsigned short KeyCodeFromCruToOsx(KeyCode k);
}  // namespace cru::platform::gui::osx