mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
And pull KeycodeToName into its own function
This commit is contained in:
@ -12,6 +12,9 @@ namespace ciface
|
||||
{
|
||||
namespace Quartz
|
||||
{
|
||||
|
||||
std::string KeycodeToName(const CGKeyCode keycode);
|
||||
|
||||
class KeyboardAndMouse : public Core::Device
|
||||
{
|
||||
private:
|
||||
|
Reference in New Issue
Block a user