revue 2.71.1

A Vue-style TUI framework for Rust with CSS styling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Event system integration tests
//!
//! Tests for the runtime/event module including:
//! - Focus management
//! - Keyboard input handling
//! - Mouse events and drag-and-drop
//! - Gestures
//! - IME (Input Method Editor)
//! - Custom event system

mod event;

// All tests are in the event/ subdirectory modules
// The mod.rs in event/ will include all test modules