isDownPressed method
Implementation
bool isDownPressed(LogicalKeyboardKey key) {
return keyboardConfig.directionalKeys.any((element) => element.down == key);
}
bool isDownPressed(LogicalKeyboardKey key) {
return keyboardConfig.directionalKeys.any((element) => element.down == key);
}