Style context menu

This commit is contained in:
Antonio Scandurra 2022-05-26 10:40:53 +02:00
parent c0aafac387
commit 580f1a4125
4 changed files with 29 additions and 16 deletions

View file

@ -22,7 +22,7 @@ pub struct MouseEventHandler {
padding: Padding,
}
#[derive(Default)]
#[derive(Default, Debug)]
pub struct MouseState {
pub hovered: bool,
pub clicked: bool,