QAbstractAxisInput Class▲
-
Header: Qt3DInput/QAbstractAxisInput
-
Since: Qt 5.5
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS 3dinput)
target_link_libraries(mytarget PRIVATE Qt6::3dinput)
-
qmake: QT += 3dinput
-
Inherits: Qt3DCore::QNode
-
Inherited By: Qt3DInput::QAnalogAxisInput and Qt3DInput::QButtonAxisInput
Detailed Description▲
Property Documentation▲
sourceDevice : Qt3DInput::QAbstractPhysicalDevice*▲
The source device for the QAbstractAxisInput.
Access functions:
-
*sourceDevice() const
-
void setSourceDevice( *sourceDevice)
Notifier signal:
-
void sourceDeviceChanged( *sourceDevice)