Pegasus Class Library Help
Represent the Pen Mode currently set.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public enum PenMode
Visual Basic (Declaration)
Public Enumeration PenMode
Visual C++
public enum class PenMode

Members

Member nameDescription
Pen
Pen data is used for Pen operations. Pen events are fired, like OnPenDown, OnPenMove
Mouse
Pen data is used to emulate mouse operation. Pen events are not fired in this mode.

Remarks

The Pegasus Digital Pen can be used in different modes, according to a specific model. When the pen is used im Mouse mode, it emulates mouse ,the mouse cursor is moved according to the pen location, and pressing the pen down will emulate mouse-click. In mouse mode, pen events are not fired.

See Also