$gameButtonZ static method

$Value? $gameButtonZ(
  1. Runtime runtime,
  2. $Value? target,
  3. List<$Value?> args
)

Wrapper for the PhysicalKeyboardKey.gameButtonZ getter

Implementation

static $Value? $gameButtonZ(
  Runtime runtime,
  $Value? target,
  List<$Value?> args,
) {
  const value = PhysicalKeyboardKey.gameButtonZ;
  return $PhysicalKeyboardKey.wrap(value);
}