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