Table of Contents

Class MouseButtonEvent

Namespace
Stride.Input
Assembly
Stride.Input.dll

Describes a button on a mouse changing state

public class MouseButtonEvent : ButtonEvent, IInputEventArgs
Inheritance
MouseButtonEvent
Implements
Inherited Members
Extension Methods

Fields

Button

The button that changed state

public MouseButton Button

Field Value

MouseButton

Properties

Mouse

The mouse that sent this event

public IMouseDevice Mouse { get; }

Property Value

IMouseDevice

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.