Style changes platform-funcs.hpp

This commit is contained in:
WarmUpTill
2023-04-29 22:59:45 +02:00
committed by WarmUpTill
parent 443ffb7906
commit cd0d3862c7
10 changed files with 28 additions and 28 deletions

View File

@@ -16,12 +16,12 @@ extern std::chrono::high_resolution_clock::time_point lastMouseRightClickTime;
void GetWindowList(std::vector<std::string> &windows);
void GetWindowList(QStringList &windows);
void GetCurrentWindowTitle(std::string &title);
bool isFullscreen(const std::string &title);
bool isMaximized(const std::string &title);
int secondsSinceLastInput();
bool IsFullscreen(const std::string &title);
bool IsMaximized(const std::string &title);
int SecondsSinceLastInput();
void GetProcessList(QStringList &processes);
void GetForegroundProcessName(std::string &name);
bool isInFocus(const QString &executable);
bool IsInFocus(const QString &executable);
void PressKeys(const std::vector<HotkeyType> keys, int duration);
void PlatformInit();
void PlatformCleanup();