mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-15 22:04:17 -05:00
Style changes platform-funcs.hpp
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user