mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Remove unimplemented resize handler
It doesn't seem to be necessary at all with glium.
This commit is contained in:
parent
a707af1511
commit
51329d5938
@ -37,7 +37,6 @@ pub fn run<F: FnMut(&Ui) -> bool>(title: String, clear_color: [f32; 4], mut run_
|
||||
|
||||
if let Event::WindowEvent { event, .. } = event {
|
||||
match event {
|
||||
Resized(_, _) => unimplemented!(),
|
||||
Closed => quit = true,
|
||||
KeyboardInput { input, .. } => {
|
||||
use glium::glutin::VirtualKeyCode as Key;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user