jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.15k stars 169 forks source link

Add Inspectable implementations for bevy_input types (KeyCode etc.) #62

Closed johanhelsing closed 1 year ago

jakobhellermann commented 1 year ago

I just released 0.16 which works with Reflect, so as long as KeyCode etc implement reflect they should be inspectable.