Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qwasmeventdispatcher.cpp
Go to the documentation of this file.
1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
5
6#include <QtGui/qpa/qwindowsysteminterface.h>
7
9
10// Note: All event dispatcher functionality is implemented in QEventDispatcherWasm
11// in QtCore, except for processPostedEvents() below which uses API from QtGui.
13{
16}
17
bool processPostedEvents() override
static bool sendWindowSystemEvents(QEventLoop::ProcessEventsFlags flags)
Combined button and popup list for selecting options.