QAxis Class

class Qt3DInput::QAxis

QAxis stores QAbstractAxisInputs used to trigger an input event. More...

Header: #include <QAxis>
qmake: QT += 3dinput
Since: Qt 5.7
Instantiated By: Axis
Inherits: Qt3DCore::QNode

This class was introduced in Qt 5.7.

Properties

Public Functions

float value() const

Signals

void valueChanged(float value)

Detailed Description

Constructs a new QAxis instance with parent.

Property Documentation

value : const float

The value of the axis.

Access functions:

float value() const

Notifier signal:

void valueChanged(float value)