$gameButton4 static method

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

Wrapper for the PhysicalKeyboardKey.gameButton4 getter

Implementation

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