![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qwasmevent.h"
#include "qwasmkeytranslator.h"
#include <QtCore/private/qmakearray_p.h>
#include <QtCore/private/qstringiterator_p.h>
#include <QtCore/qregularexpression.h>
Go to the source code of this file.
Namespaces | |
namespace | QT_BEGIN_NAMESPACE |
Combined button and popup list for selecting options. | |
Functions | |
bool | QT_BEGIN_NAMESPACE::isDeadKeyEvent (const char *key) |
Qt::Key | QT_BEGIN_NAMESPACE::getKeyFromCode (const std::string &code) |
Qt::Key | QT_BEGIN_NAMESPACE::webKeyToQtKey (const std::string &code, const std::string &key, bool isDeadKey, QFlags< Qt::KeyboardModifier > modifiers) |
QFlags< Qt::KeyboardModifier > | QT_BEGIN_NAMESPACE::getKeyboardModifiers (const emscripten::val &event) |
Variables | |
constexpr std::string_view | QT_BEGIN_NAMESPACE::WebDeadKeyValue = "Dead" |