forked from StrafesNET/strafe-client
this needs timers
This commit is contained in:
parent
02a509868a
commit
6c2eb5ff29
@ -861,6 +861,10 @@ impl framework::Example for GraphicsData {
|
|||||||
_=>(),
|
_=>(),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
winit::event::WindowEvent::Focused(state)=>{
|
||||||
|
//pause unpause
|
||||||
|
//recalculate pressed keys on focus
|
||||||
|
}
|
||||||
_=>(),
|
_=>(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user