jeaye/ncurses-rs

Mouse event macros are not exported

Closed this issue · 0 comments

The macros for extracting mouse events (button_release, button_press button_click, etc.)
are not tagged with #[macro_export], meaning that they are unusable outside the crate. They are currently unused within the crate, so they are causing warnings. They should either be removed or exported.