0023649: Visualization, AIS_LocalContext - make highlighting of already selected...
[occt.git] / src / ViewerTest / ViewerTest_EventManager.cdl
index 4712139..73f2d12 100644 (file)
@@ -16,7 +16,9 @@
 
 class EventManager from ViewerTest inherits TShared from MMgt
 
-       ---Purpose: 
+       ---Purpose: used to manage mouse event (move,select,shiftselect)
+  --          By default the events are transmitted to interactive context.
+
 
 uses
     View                from V3d,
@@ -47,6 +49,9 @@ is
     ---C++: inline
     ---C++: return const&
 
+    GetCurrentPosition (me; theXPix, theYPix: out Integer from Standard);
+    ---Purpose: Gets current mouse position. It tracks change of mouse position
+    -- with mouse drugging or with DRAW command call (vmoveto).
 fields
 
     myCtx : InteractiveContext  from AIS;