bevy_editor_pls
bevy_editor_pls copied to clipboard
Use ScanCodes instead of KeyCodes
This would make the editor camera keyboard layout independent. This is especially important for e.g. French users. Or me, since I'm using Workman :) Keep in mind that ScanCodes are platform dependent. Inspiration for the implementation can be drawn from https://github.com/Leafwing-Studios/leafwing-input-manager/pull/312