QuartzKeyboardAndMouse: Ensure windowNumber is fetched on the main thread

This commit is contained in:
OatmealDome
2021-07-06 04:46:27 -04:00
parent ffdc8538a1
commit 1bb72f00b5
2 changed files with 16 additions and 3 deletions

View File

@ -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;