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