Class ArtemisMouseButtonUpDownEventArgs
Contains data for mouse input events
Inherited Members
Namespace: Artemis.Core.Services
Assembly: Artemis.Core.dll
Syntax
public class ArtemisMouseButtonUpDownEventArgs : ArtemisMouseButtonEventArgs
Properties
IsDown
Whether the button is being pressed down, if false the button is being released
Declaration
public bool IsDown { get; set; }
Property Value
Type | Description |
---|---|
bool |