Esempio n. 1
0
// Sets the state of the leds on the keyboard.
func SetKeyboardLeds(leds int) bool {
	return bool(C.al_set_keyboard_leds(C.int(leds)))
}
Esempio n. 2
0
func SetKeyboardLEDs(leds int) {

	C.al_set_keyboard_leds(C.int(leds))

}