Set canSimulateKeyPresses to false on Macos (not implemented)

This commit is contained in:
WarmUpTill
2021-09-19 01:33:19 +02:00
committed by WarmUpTill
parent 7c6428b27e
commit e98ee64974

View File

@@ -12,7 +12,7 @@
#include <map>
#include <thread>
bool canSimulateKeyPresses = true;
bool canSimulateKeyPresses = false;
void GetWindowList(std::vector<std::string> &windows)
{