mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0030507: Visualization - introduce AIS_ViewController
ViewerTest_EventManager now inherits AIS_ViewController. Platform-dependent user input handling within ViewerTest has been revised to process events in common way through AIS_ViewController. The mouse navigation has been changed, so that left mouse clicked without modifers now rotates View. The rubber-band selection can be activated via Alt+LeftMouseButton. Selection is now done on mouse unclick and keyboard short-cuts take effect on unclick. Aspect_Window::SetTitle() - added new method configuring Window title. Introduced new types Aspect_Touch, Aspect_VKey, Aspect_ScrollDelta for processing window events in platform-independent way.
This commit is contained in:
@@ -49,8 +49,8 @@ if {$aNbSelected3 != 4} {
|
||||
|
||||
vselect 0 0
|
||||
|
||||
vselect 75 230 235 320 -allowoverlap 1 1
|
||||
vselect 350 150 380 170 1
|
||||
vselect 75 230 235 320 -allowoverlap 1 1
|
||||
vselect 350 150 380 170 -allowOverlap 1 1
|
||||
vnbselected
|
||||
set aNbSelected4 [vnbselected]
|
||||
if {$aNbSelected4 != 13} {
|
||||
|
Reference in New Issue
Block a user