Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwasmevent.cpp File Reference

(a9bbcdd7bf0580cf7c0a8faa9779357758d45681)

#include "qwasmevent.h"
#include "qwasmkeytranslator.h"
#include <QtCore/private/qmakearray_p.h>
#include <QtCore/private/qstringiterator_p.h>
#include <QtCore/qregularexpression.h>
+ Include dependency graph for qwasmevent.cpp:

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::KeyboardModifierQT_BEGIN_NAMESPACE::getKeyboardModifiers (const emscripten::val &event)
 

Variables

constexpr std::string_view QT_BEGIN_NAMESPACE::WebDeadKeyValue = "Dead"