mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 15:16:22 +00: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:
parent
ed7f0739ae
commit
41ea4a28b2
4 changed files with 10 additions and 14 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue