input: Add support for Axis, Mouse Button, MouseWheel
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 7m50s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 7m50s
This commit is contained in:
parent
8c42e7b139
commit
b0f82b0714
9 changed files with 308 additions and 160 deletions
|
@ -195,7 +195,7 @@ impl ApplicationHandler for App {
|
|||
ui.label(format!("Resolution: {:?}", renderer.resolution()));
|
||||
ui.color_edit_button_rgb(&mut self.clear_color);
|
||||
|
||||
ui.label(format!("{:#?}", self.input_manager.get_virtual_input()));
|
||||
ui.label(format!("{:#?}", self.input_manager));
|
||||
|
||||
ui.label(format!("Delta time: {:?}", self.timer.delta_time()));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue