1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

refactor input code

This commit is contained in:
Emil Ernerfeldt
2020-05-23 00:08:43 +02:00
parent ae6080405c
commit d1b00ff1b0
4 changed files with 89 additions and 73 deletions

View File

@@ -109,7 +109,7 @@ fn menu_impl<'c>(
fn interact_with_menu_button(
bar_state: &mut BarState,
input: &GuiInput,
input: &InputState,
menu_id: Id,
button_interact: &GuiResponse,
) {