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