Introduce CursorRegion struct
This will blend in with an upcoming MouseRegion struct that sits next to it in the scene. Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
f4d13ef596
commit
0866f0ed55
6 changed files with 44 additions and 24 deletions
|
@ -16,7 +16,7 @@ pub mod fonts;
|
|||
pub mod geometry;
|
||||
mod presenter;
|
||||
mod scene;
|
||||
pub use scene::{Border, Quad, Scene};
|
||||
pub use scene::{Border, CursorRegion, Quad, Scene};
|
||||
pub mod text_layout;
|
||||
pub use text_layout::TextLayoutCache;
|
||||
mod util;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue