far better, renamed evenhandler to even reader in tui

This commit is contained in:
filipriec
2025-03-21 13:54:58 +01:00
parent c456caf405
commit 15d87e33e5
3 changed files with 8 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
// src/tui/terminal/events.rs
// src/tui/terminal/event_reader.rs
use crossterm::event::{self, Event};
pub struct EventHandler;
pub struct EventReader;
impl EventHandler {
impl EventReader {
pub fn new() -> Self {
Self
}