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

(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>
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 , 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 53 of file qwasmevent.h.

◆ EventType

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

Definition at line 24 of file qwasmevent.h.

◆ PointerType

enum class PointerType
strong
Enumerator
Mouse 
Touch 
Pen 
Other 

Definition at line 41 of file qwasmevent.h.

◆ WindowArea

enum class WindowArea
strong
Enumerator
NonClient 
Client 

Definition at line 48 of file qwasmevent.h.