Click or drag to resize

MouseIHandler Interface

Handler interface for the Mouse class

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler

The MouseIHandler type exposes the following members.

Properties
  NameDescription
Public propertyButtons
Gets the current state of the mouse buttons
Public propertyPosition
Gets the current mouse position in screen coordinates
Top
Methods
  NameDescription
Public methodSetCursor
Temporarily sets the current mouse pointer to the specified cursor.
Top
See Also