PySide6.Qt3DInput.Qt3DInput.QKeyboardDevice

class QKeyboardDevice

QKeyboardDevice 负责将键盘事件分派到附加的 QQKeyboardHandler 对象。更多

PySide6.Qt3DInput.Qt3DInput.QKeyboardDevice 的继承图

概要

属性

方法

信号

注意

本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,您也可以通过在我们的https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们。

详细描述

注意

当使用from __feature__ import true_property时,属性可以直接使用,否则通过访问器函数使用。

property activeInputᅟ: QKeyboardHandler

保存设备的当前活动QKeyboardHandler

Access functions:
__init__([parent=None])
Parameters:

parentQNode

使用parent构造一个新的QKeyboardDevice实例。

activeInput()
Return type:

QKeyboardHandler

属性 activeInputᅟ 的获取器。

activeInputChanged(activeInput)
Parameters:

activeInputQKeyboardHandler

属性 activeInputᅟ 的通知信号。