Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qwasmplatform.h
Go to the documentation of this file.
1// Copyright (C) 2022 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#ifndef QWASMPLATFORM_H
5#define QWASMPLATFORM_H
6
7#include <QtCore/qglobal.h>
8#include <QtCore/qnamespace.h>
9
10#include <QPoint>
11
12#include <emscripten/val.h>
13
15
16enum class Platform {
17 Generic,
18 MacOS,
19 Windows,
20 Linux,
21 Android,
22 iOS
23};
24
26
28
29#endif // QWASMPLATFORM_H
Combined button and popup list for selecting options.
Platform platform()
Platform