$gameButton11 static method

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

Wrapper for the PhysicalKeyboardKey.gameButton11 getter

Implementation

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