Gui: [skip ci] rename handleKeyboardEvent to processKeyboardEvent

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

View File

@@ -125,7 +125,7 @@ SbBool InventorNavigationStyle::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