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