.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_set_keyboard_leds" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_set_keyboard_leds - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include bool al_set_keyboard_leds(int leds) \f[R] .fi .SH DESCRIPTION .PP Overrides the state of the keyboard LED indicators. Set \f[C]leds\f[R] to a combination of the keyboard modifier flags to enable the corresponding LED indicators (\f[C]ALLEGRO_KEYMOD_NUMLOCK\f[R], \f[C]ALLEGRO_KEYMOD_CAPSLOCK\f[R] and \f[C]ALLEGRO_KEYMOD_SCROLLLOCK\f[R] are supported) or to -1 to return to default behavior. False is returned if the current keyboard driver cannot set LED indicators.