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