QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
MobileScreenMgr.h
Go to the documentation of this file.
1#pragma once
2
3#include <QtCore/QtSystemDetection>
4
5#ifdef Q_OS_IOS
6
7namespace MobileScreenMgr
8{
10 void setKeepScreenOn(bool keepScreenOn);
11};
12
13#endif
void setKeepScreenOn(bool on)