(a9bbcdd7bf0580cf7c0a8faa9779357758d45681)
#include "qwasmplatform.h"
#include "qwasmdom.h"
#include <QtCore/qglobal.h>
#include <QtCore/qnamespace.h>
#include <QtGui/qevent.h>
#include <private/qstdweb_p.h>
#include <QPoint>
#include <emscripten/html5.h>
#include <emscripten/val.h>
Go to the source code of this file.
|
| enum class | EventType {
DragEnd
, DragOver
, DragStart
, DragLeave
,
Drop
, KeyDown
, KeyUp
, PointerDown
,
PointerMove
, PointerUp
, PointerEnter
, PointerLeave
,
PointerCancel
, Wheel
} |
| enum class | PointerType { Mouse
, Touch
, Pen
, Other
} |
| enum class | WindowArea { NonClient
, Client
} |
| enum class | DeltaMode { Pixel
, Line
, Page
} |
◆ DeltaMode
◆ EventType
| Enumerator |
|---|
| DragEnd | |
| DragOver | |
| DragStart | |
| DragLeave | |
| Drop | |
| KeyDown | |
| KeyUp | |
| PointerDown | |
| PointerMove | |
| PointerUp | |
| PointerEnter | |
| PointerLeave | |
| PointerCancel | |
| Wheel | |
Definition at line 24 of file qwasmevent.h.
◆ PointerType
| Enumerator |
|---|
| Mouse | |
| Touch | |
| Pen | |
| Other | |
Definition at line 41 of file qwasmevent.h.
◆ WindowArea
| Enumerator |
|---|
| NonClient | |
| Client | |
Definition at line 48 of file qwasmevent.h.