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