aethermap-gui 1.4.3

GUI client for aethermap input remapper
Documentation
1
2
3
4
5
6
7
8
9
//! Custom widgets for aethermap-gui
//!
//! Provides reusable UI components beyond standard Iced widgets.

pub mod analog_visualizer;
pub mod curve_graph;

pub use analog_visualizer::AnalogVisualizer;
pub use curve_graph::CurveGraph;