QKeyEvent

PyQt5.Qt3DInput.QKeyEvent

Inherits from QObject.

Description

QKeyEvent event type send by KeyBoardHandler.

Contains parameters that describe a key event

Methods

__init__(QKeyEvent)

TODO


__init__(Type, int, Union[KeyboardModifiers, KeyboardModifier], text: str = '', autorep: bool = False, count: int = 1)

TODO


count() → int

TODO


isAccepted() → bool

TODO


isAutoRepeat() → bool

TODO


key() → int

TODO


matches(StandardKey) → bool

TODO


modifiers() → int

TODO


nativeScanCode() → int

TODO


setAccepted(bool)

See also

isAccepted().


text() → str

TODO


type() → Type

TODO