menu
thermion_dart package
documentation
thermion_dart.dart
DelegateInputHandler
keyDown method
keyDown method
dark_mode
light_mode
keyDown
method
void
keyDown
(
PhysicalKey
key
)
override
Implementation
void keyDown(PhysicalKey key) { _pressedKeys.add(key); }
thermion_dart package
documentation
thermion_dart
DelegateInputHandler
keyDown method
DelegateInputHandler class