fall back to system layout more aggressively

This commit is contained in:
galister
2025-12-16 10:28:06 +09:00
parent 19b7541049
commit c19c9da5f0
4 changed files with 24 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
use glam::Vec2;
use idmap::{idmap, IdMap};
use idmap::{IdMap, idmap};
use idmap_derive::IntegerId;
use input_linux::{
AbsoluteAxis, AbsoluteInfo, AbsoluteInfoSetup, EventKind, InputId, Key, RelativeAxis,