Click or drag to resize

MouseButtons Enumeration

Enumeration of mouse buttons

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[FlagsAttribute]
public enum MouseButtons
Members
  Member nameValueDescription
None0 No mouse button
Primary1 The primary button, usually Left but can be Right depending on the user's preferences for a right handed mouse.
Alternate2 The alternate button, usually Right but can be Left depending on the user's preferences for a right handed mouse.
Middle4 The middle mouse button
See Also