summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-07-13 03:29:49 +0200
committerGitHub <noreply@github.com>2021-07-13 03:29:49 +0200
commit162af2a7bbdc78a6cd49aad0eb17a5846f03e87e (patch)
treef2009678340a2ac5b12c84897765d5ebf35ee2b5 /Source/Core/InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h
parentb09347c16040b4aebe224fc82753da92c49b2731 (diff)
parent8c728945fba74caa62d7ee81b523074c16300719 (diff)
Merge pull request #9870 from OatmealDome/ui-thread
macOS: Move UI API calls to the main thread
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h b/Source/Core/InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h
index aee721f9d9..dfcf216e45 100644
--- a/Source/Core/InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h
+++ b/Source/Core/InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h
@@ -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;