And pull KeycodeToName into its own function

This commit is contained in:
Michael Maltese
2016-08-09 19:59:45 -07:00
parent d1594f9529
commit 0f5951e324
2 changed files with 12 additions and 5 deletions

View File

@ -12,6 +12,9 @@ namespace ciface
{
namespace Quartz
{
std::string KeycodeToName(const CGKeyCode keycode);
class KeyboardAndMouse : public Core::Device
{
private: