Show / Hide Table of Contents

Class MouseWheelInputListener

Implements input listener for mouse wheel

Inheritance
System.Object
InputListener<System.Int32>
MouseWheelInputListener
Implements
IInputListener
Inherited Members
InputListener<Int32>.getCurrentValue
InputListener<Int32>.currentValue
InputListener<Int32>.inputGameTime
InputListener<Int32>.lastValue
InputListener<Int32>.CurrentValue
InputListener<Int32>.Update(Double)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class MouseWheelInputListener : InputListener<int>, IInputListener

Constructors

MouseWheelInputListener(InputListener<Int32>.InputListenerGetCurrentValueDelegate)

Initializes a new instance of the MouseWheelInputListener class.

Declaration
public MouseWheelInputListener(InputListener<int>.InputListenerGetCurrentValueDelegate delegateCurrentValue)
Parameters
Type Name Description
InputListener.InputListenerGetCurrentValueDelegate<> delegateCurrentValue

The delegate current value.

Methods

OnUpdate()

Called when [update].

Declaration
protected override void OnUpdate()
Overrides
EmptyKeys.UserInterface.Input.InputListener<System.Int32>.OnUpdate()

Events

MouseWheelChanged

Occurs when [mouse wheel changed].

Declaration
public event MouseWheelDelegate MouseWheelChanged
Event Type
Type Description
MouseWheelDelegate

Implements

IInputListener
Back to top Generated by DocFX