QtFred numpad camera key hold behavior
Right now QtFred's camera moves once per numpad press, on release, rather than moving while the key is held. No idea if this is recent or an old thing, but it's a bit of a bother
@z64555 Could this be related to the controls code?
Not likely. But I can give it a look.
qtfred/src/mission/EditroViewport.cpp:void EditorViewport::process_controls() Might be the one responsible. I'm not at all familiar with FRED's codepath much less qtFRED's.
In either case, both FRED and qtFRED appear to have their keybinds hardcoded. The only thing that the Controls PR's might have affected is Controls6's working with scancode vs. keycode.
@BMagnu may have more insight re: the scancode changes.
And of course EditorViewport is mostly @asarium's work.
I think I never got the numpad controls to work properly in qtFRED and maybe relied on some weird Qt hack to get it semi-working. Just from intuition I would guess that this is not related to the controls code changes.