0031621: Draw Harness - handle navigation keys
authorkgv <kgv@opencascade.com>
Sat, 20 Jun 2020 11:57:02 +0000 (14:57 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 25 Jun 2020 16:24:58 +0000 (19:24 +0300)
commitd22962e4e0a193be98c9d891de9e9a2cce9cbc84
tree0c53998e5264526f8aa2e3a41a5cf8c98aec1b39
parent2ff1d580f14f2d59c4fba7790ea5753fe4ebf0c5
0031621: Draw Harness - handle navigation keys

AIS_ViewController::handleNavigationKeys() - added an interface for processing navigation keys.
ViewerTest_EventManager now maps WASD+Arrows navigation keys.
Axonometric view hotkey A has been replaced by Backspace.
Shaded/Wireframe are now mapped with hotkeys W+Ctrl/S+Ctrl.
Hotkey D (reset view to undefined default state) has been removed.
dox/dev_guides/upgrade/upgrade.md
src/AIS/AIS_ViewController.cxx
src/AIS/AIS_ViewController.hxx
src/ViewerTest/ViewerTest_EventManager.cxx
src/ViewerTest/ViewerTest_EventManager.hxx
src/ViewerTest/ViewerTest_ViewerCommands.cxx