1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

0032879: Visualization, AIS_ViewController - define separate gesture mappings for dragging

Fixed problem of usage of objects dragging during zoom and pan
Added new draw command to change gesture for muse buttons
Added test
This commit is contained in:
sshutina
2023-07-18 15:53:01 +01:00
parent feebf8c81a
commit 2aebb2b424

View File

@@ -13914,7 +13914,7 @@ static int VSelBvhBuild (Draw_Interpretor& /*theDI*/, Standard_Integer theNbArgs
//function : VMouseGesture
//purpose :
//=======================================================================
static int VMouseGesture (Draw_Interpretor& /*theDI*/,
static int VMouseGesture (Draw_Interpretor&,
Standard_Integer theArgsNb,
const char** theArgVec)
{