summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwin10helpers.h
blob: e601947267998f36df812e586bbe76d58c298236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef QWIN10HELPERS_H
#define QWIN10HELPERS_H

#include <QtCore/qglobal.h>
#include <QtCore/qt_windows.h>

QT_BEGIN_NAMESPACE

bool qt_windowsIsTabletMode(HWND hwnd);

QT_END_NAMESPACE

#endif // QWIN10HELPERS_H