xkb_state_led_name_is_active

Test whether a LED is active in a given keyboard state by name.

@returns 1 if the LED is active, 0 if it not. If no LED with this name exists in the keymap, returns -1.

@sa xkb_led_index_t @memberof xkb_state

extern (C)
int
xkb_state_led_name_is_active
(,
const(char)* name
)

Meta