Gui: [skip ci] rename handleKeyboardEvent to processKeyboardEvent

This commit is contained in:
wmayer
2021-11-05 12:58:36 +01:00
parent ef100d55e9
commit 5b023b0af5
10 changed files with 64 additions and 58 deletions

View File

@@ -121,7 +121,7 @@ SbBool CADNavigationStyle::processSoEvent(const SoEvent * const ev)
// Keyboard handling
if (type.isDerivedFrom(SoKeyboardEvent::getClassTypeId())) {
const SoKeyboardEvent * const event = static_cast<const SoKeyboardEvent *>(ev);
processed = handleKeyboardEvent(event, posn);
processed = processKeyboardEvent(event);
}
// Mouse Button / Spaceball Button handling