QKeyEvent Class

class Qt3DInput::QKeyEvent

QKeyEvent event type send by KeyBoardHandler. More...

Header: #include <QKeyEvent>
qmake: QT += 3dinput
Since: Qt 5.5
Instantiated By: KeyEvent

This class was introduced in Qt 5.5.

Public Functions

QEvent::Type type() const
typedef QKeyEventPtr

Detailed Description

Member Function Documentation

QEvent::Type QKeyEvent::type() const

Returns the type of the event.

Related Non-Members

typedef QKeyEventPtr

A shared pointer for QKeyEvent.