this needs timers

This commit is contained in:
Quaternions 2023-10-01 19:29:29 -07:00
parent 02a509868a
commit 6c2eb5ff29

View File

@ -861,6 +861,10 @@ impl framework::Example for GraphicsData {
_=>(), _=>(),
} }
}, },
winit::event::WindowEvent::Focused(state)=>{
//pause unpause
//recalculate pressed keys on focus
}
_=>(), _=>(),
} }
} }