mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
InputCommon: Handle window change in Quartz.
This commit is contained in:
@ -280,7 +280,7 @@ std::string KeyboardAndMouse::GetName() const
|
||||
|
||||
std::string KeyboardAndMouse::GetSource() const
|
||||
{
|
||||
return "Quartz";
|
||||
return Quartz::GetSourceName();
|
||||
}
|
||||
|
||||
ControlState KeyboardAndMouse::Cursor::GetState() const
|
||||
|
Reference in New Issue
Block a user