Пример #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)))
}
Пример #2
0
func SetKeyboardLEDs(leds int) {

	C.al_set_keyboard_leds(C.int(leds))

}