Make use of egui_inspect

This commit is contained in:
crumblingstatue 2023-04-07 00:36:34 +02:00
parent 85ebea1fca
commit a11d69eee2
11 changed files with 154 additions and 40 deletions

View file

@ -3,7 +3,7 @@ use sfml::window::{mouse, Event, Key};
use crate::graphics::ScreenPos;
#[derive(Default)]
#[derive(Default, Debug)]
pub struct Input {
down: FnvHashSet<Key>,
pressed: FnvHashSet<Key>,