hasLedWithBrightness property

bool get hasLedWithBrightness

Whether the gamepad has an LED with an adjustable brightness

Implementation

bool get hasLedWithBrightness =>
    _hasProperty(SDL_PROP_JOYSTICK_CAP_MONO_LED_BOOLEAN);