isPhysicalKeyPressed method
Returns true if the given PhysicalKeyboardKey is pressed, according to the HardwareKeyboard.
Implementation
bool isPhysicalKeyPressed(PhysicalKeyboardKey key) => _pressedKeys.containsKey(key);
Returns true if the given PhysicalKeyboardKey is pressed, according to the HardwareKeyboard.
bool isPhysicalKeyPressed(PhysicalKeyboardKey key) => _pressedKeys.containsKey(key);