Add macro condition "virtual desktop" (draft)

This commit is contained in:
WarmUpTill
2021-05-14 23:34:39 +02:00
parent cef513f775
commit 271bbcbe95
8 changed files with 225 additions and 0 deletions

View File

@@ -285,3 +285,13 @@ int secondsSinceLastInput()
{
return (getTime() - getLastInputTime()) / 1000;
}
bool GetCurrentVirtualDesktop(long &desktop)
{
return false;
}
bool GetVirtualDesktopCount(long &ndesktops)
{
return false;
}