X11: only grab mouse devices with xi

This commit is contained in:
dec05eba
2025-01-17 15:50:24 +01:00
parent e938241fe8
commit 5be5b4c8eb
2 changed files with 14 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ namespace gsr {
void process_key_bindings(mgl::Event &event);
void grab_mouse_and_keyboard();
void xi_setup_fake_cursor();
void xi_grab_all_devices();
void xi_grab_all_mouse_devices();
void close_gpu_screen_recorder_output();