.\" Automatically generated by Pandoc 1.17.2 .\" .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[] .fi .SH DESCRIPTION .PP Overrides the state of the keyboard LED indicators. Set \f[C]leds\f[] to a combination of the keyboard modifier flags to enable the corresponding LED indicators (\f[C]ALLEGRO_KEYMOD_NUMLOCK\f[], \f[C]ALLEGRO_KEYMOD_CAPSLOCK\f[] and \f[C]ALLEGRO_KEYMOD_SCROLLLOCK\f[] are supported) or to \-1 to return to default behavior. False is returned if the current keyboard driver cannot set LED indicators.