//! 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