isLogicalKeyPressed method
Returns true if the given LogicalKeyboardKey is pressed, according to the HardwareKeyboard.
Implementation
bool isLogicalKeyPressed(LogicalKeyboardKey key) => _pressedKeys.values.contains(key);
Returns true if the given LogicalKeyboardKey is pressed, according to the HardwareKeyboard.
bool isLogicalKeyPressed(LogicalKeyboardKey key) => _pressedKeys.values.contains(key);