mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
DolphinWX: Make WXInputBase part of the WxUtils namespace.
There's no need for the preprocessor checks for wx, since this is used in wx code. Also, this being a part of the InputCommon namespace is kind of wrong.
This commit is contained in:
@ -4,14 +4,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if defined(HAVE_WX) && HAVE_WX
|
||||
#include <wx/string.h>
|
||||
#endif
|
||||
|
||||
namespace InputCommon
|
||||
namespace WxUtils
|
||||
{
|
||||
#if defined(HAVE_WX) && HAVE_WX
|
||||
const wxString WXKeyToString(int keycode);
|
||||
const wxString WXKeymodToString(int modifier);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user