mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 17:16:00 -05:00
Style changes in utility.hpp
This commit is contained in:
@@ -323,10 +323,10 @@ void SwitcherData::setPreconditions()
|
||||
GetForegroundProcessName(currentForegroundProcess);
|
||||
|
||||
// Cursor
|
||||
std::pair<int, int> cursorPos = getCursorPos();
|
||||
std::pair<int, int> cursorPos = GetCursorPos();
|
||||
cursorPosChanged = cursorPos.first != switcher->lastCursorPos.first ||
|
||||
cursorPos.second != switcher->lastCursorPos.second;
|
||||
lastCursorPos = getCursorPos();
|
||||
lastCursorPos = GetCursorPos();
|
||||
}
|
||||
|
||||
void SwitcherData::resetForNextInterval()
|
||||
|
||||
Reference in New Issue
Block a user