1.1 KiB
1.1 KiB
MinimapState.Zooming Class
Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → InputElementState<Minimap> → MinimapState.Zooming
References: Minimap
public class Zooming : InputElementState<Minimap>
Constructors
MinimapState.Zooming(Minimap)
public Zooming(Minimap minimap);
Parameters
minimap Minimap
Methods
OnKeyDown(KeyEventArgs)
protected override void OnKeyDown(KeyEventArgs e);
Parameters
OnMouseWheel(MouseWheelEventArgs)
protected override void OnMouseWheel(MouseWheelEventArgs e);
Parameters