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