Share

AcEdInputPointManager

Class Hierarchy

AcEdInputPointManager

C++

class AcEdInputPointManager;

File

acedinpt.h

Description

The Input Point manager will be instantiated once for each active document in AutoCAD, and is exported via a member function on AcApDocument.

Each instance manages the following things for the document's edit session:

  • Registration and de-registration of input point filters and input point monitors.
  • Registration and de-registration of input context reactors.
  • Disabling and re-enabling of system-generated cursor graphics, which is a key element of drawing custom cursor graphics.
  • Requesting forced entity picking during input events where entity picking would not otherwise be done. This is done to track what entities are under the cursor during cursor tracking across the active viewport.

Links

AcEdInputPointManager Methods

See Also

AcDbCustomOsnapInfo, AcDbCustomOsnapManager, AcDbCustomOsnapMode, AcEdInputContextReactor, AcEdInputPointFilter, AcEdInputPointMonitor, AcGiGlyph

Was this information helpful?