(8a93093271329f1fb867c0627e63f61ed7330860)
#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.