GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoInputEventArgs Class
Properties


In This Topic
    GoInputEventArgs Class Members
    In This Topic

    The following tables list the members exposed by GoInputEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets whether Modifiers has Keys.Alt set.  
    Public Property Gets or sets the MouseButtons used with this input event.  
    Public PropertyGets whether Modifiers has Keys.Control set.  
    Public Property Gets or sets the amount of change associated with a mouse-wheel rotation.  
    Public Property Gets or sets the point at which this input event occurred.  
    Public Property Gets or sets whether this is a double-click event.  
    Public Property Gets or sets the DragEventArgs associated with this input event.  
    Public PropertyGets or sets the GoInputState as defined by various tools.  
    Public PropertyGets whether Buttons equals MouseButtons.Right.  
    Public Property Gets or sets the key pressed as this input event.  
    Public Property Gets or sets the KeyEventArgs associated with this input event.  
    Public Property Gets or sets the modifier keys used with this input event.  
    Public Property Gets or sets the MouseEventArgs associated with this input event.  
    Public PropertyGets whether Modifiers has Keys.Shift set.  
    Public Property Gets or sets the point at which this input event occurred.  
    Top
    See Also