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