WXInputBase.h 262 B

1234567891011121314
  1. // Copyright 2008 Dolphin Emulator Project
  2. // Licensed under GPLv2+
  3. // Refer to the license.txt file included.
  4. #pragma once
  5. #include <wx/string.h>
  6. namespace WxUtils
  7. {
  8. const wxString WXKeyToString(int keycode);
  9. const wxString WXKeymodToString(int modifier);
  10. }