$gameButtonSelect static method
Wrapper for the PhysicalKeyboardKey.gameButtonSelect getter
Implementation
static $Value? $gameButtonSelect(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
const value = PhysicalKeyboardKey.gameButtonSelect;
return $PhysicalKeyboardKey.wrap(value);
}