Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qwasmevent.cpp File Reference
#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.
 
namespace  KeyboardModifier
 

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)
 
template<>
QFlags< Qt::KeyboardModifierKeyboardModifier::getForEvent< EmscriptenKeyboardEvent > (const EmscriptenKeyboardEvent &event)
 

Variables

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