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