aethermap-gui 1.4.1

GUI client for aethermap input remapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Aethermap GUI Library
//!
//! This library exposes the main GUI components for testing and reuse.

pub mod ipc;
pub mod gui;
pub mod theme;
pub mod focus_tracker;
pub mod widgets;

// Re-export main types for easier access
pub use gui::{State, Message};
pub use focus_tracker::{FocusTracker, FocusEvent};