2015-05-24 04:55:12 +00:00
|
|
|
// Copyright 2008 Dolphin Emulator Project
|
2015-05-17 23:08:10 +00:00
|
|
|
// Licensed under GPLv2+
|
2013-04-18 03:43:35 +00:00
|
|
|
// Refer to the license.txt file included.
|
2010-06-03 18:05:08 +00:00
|
|
|
|
2014-02-10 18:54:46 +00:00
|
|
|
#pragma once
|
2010-06-03 18:05:08 +00:00
|
|
|
|
2014-02-22 22:36:30 +00:00
|
|
|
#include <wx/string.h>
|
2010-06-03 18:05:08 +00:00
|
|
|
|
2014-10-05 09:31:45 +00:00
|
|
|
namespace WxUtils
|
2010-06-03 18:05:08 +00:00
|
|
|
{
|
2010-06-05 19:03:37 +00:00
|
|
|
const wxString WXKeyToString(int keycode);
|
|
|
|
const wxString WXKeymodToString(int modifier);
|
2010-06-03 18:05:08 +00:00
|
|
|
}
|