Class HiMouseMoveEvent
- Namespace
- Hi.PanelModels
- Assembly
- HiDisp.dll
Mouse event for cross-platform.
public class HiMouseMoveEvent : EventArgs
- Inheritance
-
HiMouseMoveEvent
- Inherited Members
- Extension Methods
Constructors
HiMouseMoveEvent(Vec2d, PanelModel)
Initializes a new instance of the HiMouseMoveEvent class.
public HiMouseMoveEvent(Vec2d position, PanelModel panelModel)
Parameters
position
Vec2dThe position of the mouse.
panelModel
PanelModelThe panel model associated with this event.
Properties
PanelModel
Gets the panel model associated with this event.
public PanelModel PanelModel { get; }
Property Value
Position
Gets the position of the mouse.
public Vec2d Position { get; }