forked from dolphin-emu/dolphin
QuartzKeyboardAndMouse: Ensure windowNumber is fetched on the main thread
This commit is contained in:
@@ -58,7 +58,7 @@ private:
|
||||
public:
|
||||
void UpdateInput() override;
|
||||
|
||||
explicit KeyboardAndMouse(void* window);
|
||||
explicit KeyboardAndMouse(void* view);
|
||||
|
||||
std::string GetName() const override;
|
||||
std::string GetSource() const override;
|
||||
|
||||
Reference in New Issue
Block a user