QAnalogAxisInput Class

class Qt3DInput::QAnalogAxisInput

아날로그 입력으로 제어되는 축 입력 축 값은 조이스틱과 같은 기존 아날로그 입력처럼 제어됩니다. 더 보기...

헤더: #include <Qt3DInput/QAnalogAxisInput>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3dinput)
target_link_libraries(mytarget PRIVATE Qt6::3dinput)
qmake: QT += 3dinput
QML에서: AnalogAxisInput
상속합니다: Qt3DInput::QAbstractAxisInput
상태: Deprecated

속성

공용 기능

QAnalogAxisInput(Qt3DCore::QNode *parent = nullptr)
int axis() const

공용 슬롯

void setAxis(int axis)

신호

void axisChanged(int axis)

상세 설명

속성 문서

axis : int

아날로그 입력용 축입니다.

기능에 액세스합니다:

int axis() const
void setAxis(int axis)

알림 신호:

void axisChanged(int axis)

Qt3DInput::QMouseDevice::Axis참조하세요 .

멤버 함수 문서

[explicit] QAnalogAxisInput::QAnalogAxisInput(Qt3DCore::QNode *parent = nullptr)

parent 를 사용하여 새 QAnalogAxisInput 인스턴스를 생성합니다.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.