1
0
Fork 0
forked from wry/wry

metal: enable keyboard LEDs

This commit is contained in:
Julian Orth 2025-09-07 12:09:43 +02:00
parent 0e51b9469b
commit 11c10fde70
14 changed files with 188 additions and 22 deletions

View file

@ -410,6 +410,8 @@ unsafe extern "C" {
device: *mut libinput_device,
matrix: *mut [f32; 6],
) -> c::c_int;
pub fn libinput_device_led_update(device: *mut libinput_device, leds: libinput_led);
}
#[repr(C)]