Deskflow
1.26.0.418
Keyboard and mouse sharing utility
Toggle main menu visibility
Loading...
Searching...
No Matches
MSWindowsPowerManager.h
Go to the documentation of this file.
1
/*
2
* Deskflow -- mouse and keyboard sharing utility
3
* SPDX-FileCopyrightText: (C) 2012 - 2021 Synergy App Ltd
4
* SPDX-FileCopyrightText: (C) 2008 Volker Lanz <vl@fidra.de>
5
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
6
*/
7
8
#pragma once
9
10
class
MSWindowsPowerManager
11
{
12
public
:
13
~MSWindowsPowerManager
();
14
18
void
disableSleep
();
19
23
void
enableSleep
();
24
};
MSWindowsPowerManager
Definition
MSWindowsPowerManager.h:11
MSWindowsPowerManager::disableSleep
void disableSleep()
Prevents the system from sleep automatically.
Definition
MSWindowsPowerManager.cpp:16
MSWindowsPowerManager::enableSleep
void enableSleep()
Enable automatically sleeping.
Definition
MSWindowsPowerManager.cpp:22
src
lib
platform
MSWindowsPowerManager.h
Generated by
1.18.0