physicalKeysPressed property
The set of PhysicalKeyboardKey
s that are pressed.
If called from a key event handler, the result will already include the effect of the event.
See also:
- logicalKeysPressed, which tells if a logical key is being pressed.
Implementation
Set<PhysicalKeyboardKey> get physicalKeysPressed => _pressedKeys.keys.toSet();