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.h File Reference

(01d48cd89ccba72ece0e90e13ca9a1bd7523ea42)

#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>
Include dependency graph for qwasmevent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Event
struct  KeyEvent
struct  MouseEvent
struct  PointerEvent
struct  DragEvent
struct  WheelEvent

Enumerations

enum class  EventType {
  DragEnd , DragOver , DragStart , DragEnter ,
  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 }

Enumeration Type Documentation

◆ DeltaMode

enum class DeltaMode
strong
Enumerator
Pixel 
Line 
Page 

Definition at line 52 of file qwasmevent.h.

◆ EventType

enum class EventType
strong
Enumerator
DragEnd 
DragOver 
DragStart 
DragEnter 
DragLeave 
Drop 
KeyDown 
KeyUp 
PointerDown 
PointerMove 
PointerUp 
PointerEnter 
PointerLeave 
PointerCancel 
Wheel 

Definition at line 22 of file qwasmevent.h.

◆ PointerType

enum class PointerType
strong
Enumerator
Mouse 
Touch 
Pen 
Other 

Definition at line 40 of file qwasmevent.h.

◆ WindowArea

enum class WindowArea
strong
Enumerator
NonClient 
Client 

Definition at line 47 of file qwasmevent.h.