Skip to content

Crow.MouseEventArgs

Jean-Philippe Bruyère edited this page Oct 26, 2021 · 2 revisions

namespace: Crow

Inheritance Hierarchy

Syntax

public class MouseEventArgs : CrowEventArgs

Constructors

prototype description
MouseEventArgs () __
MouseEventArgs (int x, int y) __
MouseEventArgs (Point mousePosition) __

Properties

name description
Position __

Methods

prototype description

Events

name description
Clone this wiki locally