$gameButton14 static method

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

Wrapper for the PhysicalKeyboardKey.gameButton14 getter

Implementation

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