jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.18k stars 173 forks source link

Add bevy_input Keycode and MouseButton #101

Closed slyedoc closed 1 year ago

slyedoc commented 1 year ago

Adds basic support for keycode and mouse button for bevy_input, which was mentioned in #62, and needed it myself. More formatting may be needed for MouseButton::Other.