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