InputSettings QML Type

InputSettings는 입력 이벤트 소스 개체에 대한 포인터를 보유합니다. 더 보기...

Import Statement: import Qt3D.Input 2.8
In C++: QInputSettings
Inherits:

Component3D

Status: Deprecated

속성

상세 설명

InputSettings 컴포넌트는 씬 루트 엔티티의 컴포넌트로 설정해야 합니다. 여기에는 다양한 입력 클래스에서 처리할 입력 이벤트의 소스 역할을 하는 오브젝트에 대한 포인터가 저장됩니다. 예를 들어 Window 인스턴스가 이벤트 소스가 될 수 있습니다.

MouseDeviceKeyboardDevice참조하세요 .

속성 문서

eventSource : QtObject

현재 이벤트 소스를 보유합니다. 이벤트 소스는 마우스 또는 키보드 이벤트와 같은 다양한 입력 이벤트를 수신할 수 있는 객체입니다. 일반적으로 창 인스턴스입니다.


© 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.